Rename UI_API to UI_EXPORT.

[email protected]
Review URL: http://codereview.chromium.org/7569005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95730 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ui/gfx/transform.h b/ui/gfx/transform.h
index e69f196..483aa564 100644
--- a/ui/gfx/transform.h
+++ b/ui/gfx/transform.h
@@ -7,7 +7,7 @@
 #pragma once
 
 #include "third_party/skia/include/utils/SkMatrix44.h"
-#include "ui/ui_api.h"
+#include "ui/base/ui_export.h"
 
 namespace gfx {
 class Rect;
@@ -19,7 +19,7 @@
 
 // 4x4 transformation matrix. Transform is cheap and explicitly allows
 // copy/assign.
-class UI_API Transform {
+class UI_EXPORT Transform {
  public:
   Transform();
   ~Transform();