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/drag_controller.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/drag_controller.h')
-rw-r--r-- | views/drag_controller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/drag_controller.h b/views/drag_controller.h index 5166556..1c74e26 100644 --- a/views/drag_controller.h +++ b/views/drag_controller.h @@ -6,7 +6,7 @@ #define VIEWS_EVENTS_DRAG_CONTROLLER_H_ #pragma once -#include "views/views_api.h" +#include "views/views_export.h" namespace gfx { class Point; @@ -22,7 +22,7 @@ class View; // DragController is responsible for writing drag data for a view, as well as // supplying the supported drag operations. Use DragController if you don't // want to subclass. -class VIEWS_API DragController { +class VIEWS_EXPORT DragController { public: // Writes the data for the drag. virtual void WriteDragDataForView(View* sender, |