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

Unified Diff: views/mouse_watcher.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/metrics.h ('k') | views/native_theme_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/mouse_watcher.h
===================================================================
--- views/mouse_watcher.h (revision 95624)
+++ views/mouse_watcher.h (working copy)
@@ -9,14 +9,14 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "ui/gfx/insets.h"
-#include "views/views_api.h"
+#include "views/views_export.h"
namespace views {
class View;
// MouseWatcherListener is notified when the mouse moves outside the view.
-class VIEWS_API MouseWatcherListener {
+class VIEWS_EXPORT MouseWatcherListener {
public:
virtual void MouseMovedOutOfView() = 0;
@@ -26,7 +26,7 @@
// MouseWatcher is used to watch mouse movement and notify its listener when the
// mouse moves outside the bounds of a view.
-class VIEWS_API MouseWatcher {
+class VIEWS_EXPORT MouseWatcher {
public:
// Creates a new MouseWatcher. |hot_zone_insets| is added to the bounds of
// the view to determine the active zone. For example, if
« no previous file with comments | « views/metrics.h ('k') | views/native_theme_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698