summaryrefslogtreecommitdiff
path: root/chromium/ui/base/cocoa/command_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/base/cocoa/command_dispatcher.h')
-rw-r--r--chromium/ui/base/cocoa/command_dispatcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/ui/base/cocoa/command_dispatcher.h b/chromium/ui/base/cocoa/command_dispatcher.h
index 0fca8887e6a..1203c0a4df2 100644
--- a/chromium/ui/base/cocoa/command_dispatcher.h
+++ b/chromium/ui/base/cocoa/command_dispatcher.h
@@ -7,8 +7,8 @@
#import <Cocoa/Cocoa.h>
+#include "base/component_export.h"
#import "base/mac/scoped_nsobject.h"
-#include "ui/base/ui_base_export.h"
@protocol CommandDispatcherDelegate;
@protocol CommandDispatchingWindow;
@@ -21,7 +21,7 @@
// NSWindow can use CommandDispatcher by implementing CommandDispatchingWindow
// and overriding -[NSWindow performKeyEquivalent:] and -[NSWindow sendEvent:]
// to call the respective CommandDispatcher methods.
-UI_BASE_EXPORT
+COMPONENT_EXPORT(UI_BASE)
@interface CommandDispatcher : NSObject
@property(assign, nonatomic) id<CommandDispatcherDelegate> delegate;