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/path.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/path.h')
-rw-r--r-- | ui/gfx/path.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gfx/path.h b/ui/gfx/path.h index 88021db..d0b32bb 100644 --- a/ui/gfx/path.h +++ b/ui/gfx/path.h @@ -8,12 +8,12 @@ #include "base/basictypes.h" #include "third_party/skia/include/core/SkPath.h" +#include "ui/base/ui_export.h" #include "ui/gfx/native_widget_types.h" -#include "ui/ui_api.h" namespace gfx { -class UI_API Path : public SkPath { +class UI_EXPORT Path : public SkPath { public: // Used by Path(Point,size_t) constructor. struct Point { |