diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-05 20:58:29 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-05 20:58:29 +0000 |
commit | 5036f187c5431c1afc5bac442e1d74390d7a3fa0 (patch) | |
tree | af465cf27c50860ca7773876ac7bf08b6b653875 /views/mouse_watcher.h | |
parent | 26c740c8fb36d3e59200cfab668eb9c5f7539d11 (diff) | |
download | chromium_src-5036f187c5431c1afc5bac442e1d74390d7a3fa0.zip chromium_src-5036f187c5431c1afc5bac442e1d74390d7a3fa0.tar.gz chromium_src-5036f187c5431c1afc5bac442e1d74390d7a3fa0.tar.bz2 |
Rename VIEWS_API to VIEWS_EXPORT.
R=rvargas@chromium.org
Review URL: http://codereview.chromium.org/7550038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95651 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/mouse_watcher.h')
-rw-r--r-- | views/mouse_watcher.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/mouse_watcher.h b/views/mouse_watcher.h index c7a270c..753f323 100644 --- a/views/mouse_watcher.h +++ b/views/mouse_watcher.h @@ -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 @@ class VIEWS_API MouseWatcherListener { // 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 |