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

Unified Diff: ui/views/controls/tabbed_pane/native_tabbed_pane_win.h

Issue 10797046: (Views only): Allow choosing between NativeTabbedPaneView and NativeTabbedPaneWin on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make the TabbedPaneTest use NativeTabbedPaneWin. Created 8 years, 5 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/tabbed_pane/native_tabbed_pane_win.h
diff --git a/ui/views/controls/tabbed_pane/native_tabbed_pane_win.h b/ui/views/controls/tabbed_pane/native_tabbed_pane_win.h
index fb3624c8a2d801a021ef9cf957bf8dac87c77aef..2dc3f998b18d2f925378aab032e2a479e0f0a305 100644
--- a/ui/views/controls/tabbed_pane/native_tabbed_pane_win.h
+++ b/ui/views/controls/tabbed_pane/native_tabbed_pane_win.h
@@ -12,8 +12,9 @@
namespace views {
-class Widget;
+class TabbedPane;
class TabLayout;
+class Widget;
class NativeTabbedPaneWin : public NativeControlWin,
public NativeTabbedPaneWrapper {

Powered by Google App Engine
This is Rietveld 408576698