summaryrefslogtreecommitdiffstats
path: root/ui/views/examples/native_theme_button_example.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-22 16:28:35 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-22 16:28:35 +0000
commit61b84ba044118d4338416bf8c9a1dc5c03cf78a2 (patch)
treed6b0881a183492da8bd863fc3be7bbfd21af9d0e /ui/views/examples/native_theme_button_example.cc
parentcd43b5d95d3d089ce31ee21ef54a8a492388fcde (diff)
downloadchromium_src-61b84ba044118d4338416bf8c9a1dc5c03cf78a2.zip
chromium_src-61b84ba044118d4338416bf8c9a1dc5c03cf78a2.tar.gz
chromium_src-61b84ba044118d4338416bf8c9a1dc5c03cf78a2.tar.bz2
views: Factor out Listener from Combobox into its own header file.
R=sky@chromium.org Review URL: http://codereview.chromium.org/8607001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111165 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/examples/native_theme_button_example.cc')
-rw-r--r--ui/views/examples/native_theme_button_example.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/views/examples/native_theme_button_example.cc b/ui/views/examples/native_theme_button_example.cc
index d9350ed..cdd3f2a 100644
--- a/ui/views/examples/native_theme_button_example.cc
+++ b/ui/views/examples/native_theme_button_example.cc
@@ -14,6 +14,7 @@
#include "ui/gfx/canvas.h"
#include "ui/views/examples/example_combobox_model.h"
#include "ui/views/layout/grid_layout.h"
+#include "views/controls/combobox/combobox.h"
#include "views/controls/label.h"
#include "views/native_theme_painter.h"