summaryrefslogtreecommitdiffstats
path: root/ui/views
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-12 20:11:14 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-12 20:11:14 +0000
commit01534b667f92d5ebd7b90e69365a9e58bc35b1fe (patch)
tree8dc89f1ddd62933b0102783d0f865205d459ebee /ui/views
parent3569b5016fc94e8ca85060a7e4d7f6ca6ad0b1b5 (diff)
downloadchromium_src-01534b667f92d5ebd7b90e69365a9e58bc35b1fe.zip
chromium_src-01534b667f92d5ebd7b90e69365a9e58bc35b1fe.tar.gz
chromium_src-01534b667f92d5ebd7b90e69365a9e58bc35b1fe.tar.bz2
Exports TextFieldController for the component build.
BUG=none TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/9148065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117491 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views')
-rw-r--r--ui/views/controls/textfield/textfield_controller.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/views/controls/textfield/textfield_controller.h b/ui/views/controls/textfield/textfield_controller.h
index c5cb2e5..a831cbf 100644
--- a/ui/views/controls/textfield/textfield_controller.h
+++ b/ui/views/controls/textfield/textfield_controller.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -7,6 +7,7 @@
#pragma once
#include "base/string16.h"
+#include "ui/views/views_export.h"
namespace ui {
class OSExchangeData;
@@ -19,7 +20,7 @@ class Textfield;
// This defines the callback interface for other code to be notified of changes
// in the state of a text field.
-class TextfieldController {
+class VIEWS_EXPORT TextfieldController {
public:
// This method is called whenever the text in the field is changed by the
// user. It won't be called if the text is changed by calling