| Index: ui/base/cocoa/base_view.h
|
| diff --git a/ui/base/cocoa/base_view.h b/ui/base/cocoa/base_view.h
|
| index 60f0c39d30d14203a3c026ba633387fff98bce80..ac7bba42175d1febab7a7bb69578b0a0663d1355 100644
|
| --- a/ui/base/cocoa/base_view.h
|
| +++ b/ui/base/cocoa/base_view.h
|
| @@ -9,14 +9,14 @@
|
|
|
| #include "base/mac/scoped_nsobject.h"
|
| #import "ui/base/cocoa/tracking_area.h"
|
| -#include "ui/base/ui_export.h"
|
| +#include "ui/base/ui_base_export.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| // A view that provides common functionality that many views will need:
|
| // - Automatic registration for mouse-moved events.
|
| // - Funneling of mouse and key events to two methods
|
| // - Coordinate conversion utilities
|
| -UI_EXPORT
|
| +UI_BASE_EXPORT
|
| @interface BaseView : NSView {
|
| @public
|
| enum EventHandled {
|
| @@ -47,7 +47,7 @@ UI_EXPORT
|
| // The name is |kViewDidBecomeFirstResponder|, the object is the view, and the
|
| // NSSelectionDirection is wrapped in an NSNumber under the key
|
| // |kSelectionDirection|.
|
| -UI_EXPORT extern NSString* kViewDidBecomeFirstResponder;
|
| -UI_EXPORT extern NSString* kSelectionDirection;
|
| +UI_BASE_EXPORT extern NSString* kViewDidBecomeFirstResponder;
|
| +UI_BASE_EXPORT extern NSString* kSelectionDirection;
|
|
|
| #endif // UI_BASE_COCOA_BASE_VIEW_H_
|
|
|