diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-14 00:47:43 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-14 00:47:43 +0000 |
commit | 7195b839a8980e4ef349c1a3a0d0030d8dca1d55 (patch) | |
tree | afa306966f739fcbed1b9a0c3cc6321761f62e76 /views/focus | |
parent | 4699e7bb9e5ef3c35009442c9954dd2b7489e191 (diff) | |
download | chromium_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.h | 2 |
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(); |