summaryrefslogtreecommitdiffstats
path: root/views/focus
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-14 00:47:43 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-14 00:47:43 +0000
commit7195b839a8980e4ef349c1a3a0d0030d8dca1d55 (patch)
treeafa306966f739fcbed1b9a0c3cc6321761f62e76 /views/focus
parent4699e7bb9e5ef3c35009442c9954dd2b7489e191 (diff)
downloadchromium_src-7195b839a8980e4ef349c1a3a0d0030d8dca1d55.zip
chromium_src-7195b839a8980e4ef349c1a3a0d0030d8dca1d55.tar.gz
chromium_src-7195b839a8980e4ef349c1a3a0d0030d8dca1d55.tar.bz2
views: Export AutoNativeNotificationDisabler to fix the win builder.
TBR=sky@chromium.org Review URL: http://codereview.chromium.org/7891029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101005 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/focus')
-rw-r--r--views/focus/widget_focus_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/focus/widget_focus_manager.h b/views/focus/widget_focus_manager.h
index 36430fb..ed430bc 100644
--- a/views/focus/widget_focus_manager.h
+++ b/views/focus/widget_focus_manager.h
@@ -68,7 +68,7 @@ class VIEWS_EXPORT WidgetFocusManager {
// A basic helper class that is used to disable native focus change
// notifications within a scope.
-class AutoNativeNotificationDisabler {
+class VIEWS_EXPORT AutoNativeNotificationDisabler {
public:
AutoNativeNotificationDisabler();
~AutoNativeNotificationDisabler();