| Index: ui/base/cocoa/menu_controller.h
|
| diff --git a/ui/base/cocoa/menu_controller.h b/ui/base/cocoa/menu_controller.h
|
| index b8d8ed0772b16f3c477db40de2f153dd9ab9b99d..1da667491a6636141341883bc750f4632a80b509 100644
|
| --- a/ui/base/cocoa/menu_controller.h
|
| +++ b/ui/base/cocoa/menu_controller.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/mac/scoped_nsobject.h"
|
| #include "base/strings/string16.h"
|
| -#include "ui/base/ui_export.h"
|
| +#include "ui/base/ui_base_export.h"
|
|
|
| namespace ui {
|
| class MenuModel;
|
| @@ -21,7 +21,7 @@ class MenuModel;
|
| // allow for hierarchical menus). The tag is the index into that model for
|
| // that particular item. It is important that the model outlives this object
|
| // as it only maintains weak references.
|
| -UI_EXPORT
|
| +UI_BASE_EXPORT
|
| @interface MenuController : NSObject<NSMenuDelegate> {
|
| @protected
|
| ui::MenuModel* model_; // weak
|
|
|