summaryrefslogtreecommitdiffstats
path: root/views/touchui
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-26 20:09:10 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-26 20:09:10 +0000
commitf283925f7c607667e68f033c308964cb876a47d1 (patch)
tree99b33e80c2aedcfd6896e291a1e477ce9f72e129 /views/touchui
parent2288d58e2299e08c082a095a76a16302dbd874b0 (diff)
downloadchromium_src-f283925f7c607667e68f033c308964cb876a47d1.zip
chromium_src-f283925f7c607667e68f033c308964cb876a47d1.tar.gz
chromium_src-f283925f7c607667e68f033c308964cb876a47d1.tar.bz2
Mark a class for export to fix component build for views_unittests on touchui.
TBR=sky@chromium.org BUG=none TEST=manually Review URL: http://codereview.chromium.org/7768003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98471 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/touchui')
-rw-r--r--views/touchui/touch_selection_controller_impl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/views/touchui/touch_selection_controller_impl.h b/views/touchui/touch_selection_controller_impl.h
index 00ade41..6cb7816 100644
--- a/views/touchui/touch_selection_controller_impl.h
+++ b/views/touchui/touch_selection_controller_impl.h
@@ -9,12 +9,14 @@
#include "ui/gfx/point.h"
#include "views/touchui/touch_selection_controller.h"
#include "views/view.h"
+#include "views/views_export.h"
namespace views {
// Touch specific implementation of TouchSelectionController. Responsible for
// displaying selection handles and menu elements relevant in a touch interface.
-class TouchSelectionControllerImpl : public TouchSelectionController {
+class VIEWS_EXPORT TouchSelectionControllerImpl
+ : public TouchSelectionController {
public:
// Use TextSelectionController::create().
explicit TouchSelectionControllerImpl(TouchSelectionClientView* client_view);