summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-08 19:31:56 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-08 19:31:56 +0000
commit248440e14b763404fc4ef20e09cb236d8edac73f (patch)
treee103d7589c03e0b80f967e639fd499c678247f66 /ui
parentaef2973197c9b2a547512891335739381b311836 (diff)
downloadchromium_src-248440e14b763404fc4ef20e09cb236d8edac73f.zip
chromium_src-248440e14b763404fc4ef20e09cb236d8edac73f.tar.gz
chromium_src-248440e14b763404fc4ef20e09cb236d8edac73f.tar.bz2
views: Fix win builder by tagging MenuButtonDelegate with VIEWS_EXPORT.
BUG=117092 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9647003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125656 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/views/controls/button/menu_button_delegate.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/views/controls/button/menu_button_delegate.h b/ui/views/controls/button/menu_button_delegate.h
index b296e44..32b1dd4 100644
--- a/ui/views/controls/button/menu_button_delegate.h
+++ b/ui/views/controls/button/menu_button_delegate.h
@@ -6,6 +6,8 @@
#define UI_VIEWS_CONTROLS_BUTTON_MENU_BUTTON_DELEGATE_H_
#pragma once
+#include "ui/views/views_export.h"
+
namespace gfx {
class Point;
}
@@ -23,7 +25,7 @@ class View;
// context menu.)
//
////////////////////////////////////////////////////////////////////////////////
-class MenuButtonDelegate {
+class VIEWS_EXPORT MenuButtonDelegate {
public:
// Creates and shows a menu at the specified position. |source| is the view
// the MenuButtonDelegate was set on.