Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: ui/views/controls/combobox/combobox_listener.h

Issue 138783002: Cleans up gyp file for views example and removes duplicate code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix windows Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/views/controls/single_split_view_listener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/combobox/combobox_listener.h
diff --git a/ui/views/controls/combobox/combobox_listener.h b/ui/views/controls/combobox/combobox_listener.h
index 2609f647023f8ce1381d189671db8cdf596c65bd..faa41df89e4a113e97e461a0b1953dcc0f9078e5 100644
--- a/ui/views/controls/combobox/combobox_listener.h
+++ b/ui/views/controls/combobox/combobox_listener.h
@@ -5,13 +5,15 @@
#ifndef UI_VIEWS_CONTROLS_COMBOBOX_COMBOBOX_LISTENER_H_
#define UI_VIEWS_CONTROLS_COMBOBOX_COMBOBOX_LISTENER_H_
+#include "ui/views/views_export.h"
+
namespace views {
class Combobox;
// An interface implemented by an object to let it know that the selected index
// has changed.
-class ComboboxListener {
+class VIEWS_EXPORT ComboboxListener {
public:
virtual void OnSelectedIndexChanged(Combobox* combobox) = 0;
« no previous file with comments | « no previous file | ui/views/controls/single_split_view_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698