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

Unified Diff: views/context_menu_controller.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/border.h ('k') | views/controls/button/button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/context_menu_controller.h
===================================================================
--- views/context_menu_controller.h (revision 95624)
+++ views/context_menu_controller.h (working copy)
@@ -6,7 +6,7 @@
#define VIEWS_CONTEXT_MENU_CONTROLLER_H_
#pragma once
-#include "views/views_api.h"
+#include "views/views_export.h"
namespace gfx {
class Point;
@@ -26,7 +26,7 @@
// It is up to subclasses that do their own mouse processing to invoke
// the appropriate ContextMenuController method, typically by invoking super's
// implementation for mouse processing.
-class VIEWS_API ContextMenuController {
+class VIEWS_EXPORT ContextMenuController {
public:
// Invoked to show the context menu for the source view. If |is_mouse_gesture|
// is true, |p| is the location of the mouse. If |is_mouse_gesture| is false,
« no previous file with comments | « views/border.h ('k') | views/controls/button/button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698