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

Unified Diff: ui/views/controls/single_split_view_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
Index: ui/views/controls/single_split_view_listener.h
diff --git a/ui/views/controls/single_split_view_listener.h b/ui/views/controls/single_split_view_listener.h
index 5c33c665214abd4ab4814eeb8b69cb28dd16d82e..0d589c9cfb8e11ac1fedb62c7828f840e6cedfe7 100644
--- a/ui/views/controls/single_split_view_listener.h
+++ b/ui/views/controls/single_split_view_listener.h
@@ -5,13 +5,15 @@
#ifndef UI_VIEWS_CONTROLS_SINGLE_SPLIT_VIEW_LISTENER_H_
#define UI_VIEWS_CONTROLS_SINGLE_SPLIT_VIEW_LISTENER_H_
+#include "ui/views/views_export.h"
+
namespace views {
class SingleSplitView;
// An interface implemented by objects that want to be notified when the
// splitter moves.
-class SingleSplitViewListener {
+class VIEWS_EXPORT SingleSplitViewListener {
public:
// Invoked when split handle is moved by the user. |sender|'s divider_offset
// is already set to the new value, but Layout has not happened yet.
« no previous file with comments | « ui/views/controls/combobox/combobox_listener.h ('k') | ui/views/controls/tabbed_pane/tabbed_pane_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698