Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: views/controls/menu/native_menu_win.h

Issue 7550038: Rename VIEWS_API to VIEWS_EXPORT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/controls/menu/menu_wrapper.h ('k') | views/controls/menu/submenu_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « views/controls/menu/menu_wrapper.h ('k') | views/controls/menu/submenu_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698