Index: ui/base/cocoa/flipped_view.h |
diff --git a/ui/base/cocoa/flipped_view.h b/ui/base/cocoa/flipped_view.h |
index c05f38c6c0a14a727c10204de9f80fa149a75e1e..7bc117779d85e8d4173e2d4cd705d6d609a861d5 100644 |
--- a/ui/base/cocoa/flipped_view.h |
+++ b/ui/base/cocoa/flipped_view.h |
@@ -7,13 +7,13 @@ |
#import <Cocoa/Cocoa.h> |
-#include "ui/base/ui_export.h" |
+#include "ui/base/ui_base_export.h" |
// A view where the Y axis is flipped such that the origin is at the top left |
// and Y value increases downwards. Drawing is flipped so that layout of the |
// sections is easier. Apple recommends flipping the coordinate origin when |
// doing a lot of text layout because it's more natural. |
-UI_EXPORT |
+UI_BASE_EXPORT |
@interface FlippedView : NSView |
@end |