| Index: views/controls/menu/native_menu_win.h
|
| ===================================================================
|
| --- views/controls/menu/native_menu_win.h (revision 95624)
|
| +++ views/controls/menu/native_menu_win.h (working copy)
|
| @@ -12,13 +12,13 @@
|
| #include "base/task.h"
|
| #include "ui/base/models/simple_menu_model.h"
|
| #include "views/controls/menu/menu_wrapper.h"
|
| -#include "views/views_api.h"
|
| +#include "views/views_export.h"
|
|
|
| namespace views {
|
|
|
| // A Windows implementation of MenuWrapper.
|
| // TODO(beng): rename to MenuWin once the old class is dead.
|
| -class VIEWS_API NativeMenuWin : public MenuWrapper {
|
| +class VIEWS_EXPORT NativeMenuWin : public MenuWrapper {
|
| public:
|
| // Construct a NativeMenuWin, with a model and delegate. If |system_menu_for|
|
| // is non-NULL, the NativeMenuWin wraps the system menu for that window.
|
| @@ -160,7 +160,7 @@
|
|
|
| // A SimpleMenuModel subclass that allows the system menu for a window to be
|
| // wrapped.
|
| -class VIEWS_API SystemMenuModel : public ui::SimpleMenuModel {
|
| +class VIEWS_EXPORT SystemMenuModel : public ui::SimpleMenuModel {
|
| public:
|
| explicit SystemMenuModel(Delegate* delegate);
|
| virtual ~SystemMenuModel();
|
|
|