diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-06 04:51:07 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-06 04:51:07 +0000 |
commit | 507bad5377a236f93f8ec190ca4354dd3cb47b39 (patch) | |
tree | 690a510a35e4b1d41eba5948c2d9e78044b6a7fb /ui/gfx/native_theme.h | |
parent | 843ccb24f7b092580c48cf659865def0758ed976 (diff) | |
download | chromium_src-507bad5377a236f93f8ec190ca4354dd3cb47b39.zip chromium_src-507bad5377a236f93f8ec190ca4354dd3cb47b39.tar.gz chromium_src-507bad5377a236f93f8ec190ca4354dd3cb47b39.tar.bz2 |
Rename UI_API to UI_EXPORT.
R=rvargas@chromium.org
Review URL: http://codereview.chromium.org/7569005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95730 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/native_theme.h')
-rw-r--r-- | ui/gfx/native_theme.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gfx/native_theme.h b/ui/gfx/native_theme.h index 27507e4..da858a3 100644 --- a/ui/gfx/native_theme.h +++ b/ui/gfx/native_theme.h @@ -7,8 +7,8 @@ #pragma once #include "third_party/skia/include/core/SkColor.h" +#include "ui/base/ui_export.h" #include "ui/gfx/native_widget_types.h" -#include "ui/ui_api.h" class SkCanvas; @@ -32,7 +32,7 @@ class Size; // // NativeTheme also supports getting the default size of a given part with // the GetPartSize() method. -class UI_API NativeTheme { +class UI_EXPORT NativeTheme { public: // The part to be painted / sized. enum Part { |