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..49cfd4afc142a7e87b956a7e464741ff7732d86e 100644 |
--- a/ui/views/controls/tabbed_pane/native_tabbed_pane_win.h |
+++ b/ui/views/controls/tabbed_pane/native_tabbed_pane_win.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -12,8 +12,9 @@ |
namespace views { |
-class Widget; |
+class TabbedPane; |
class TabLayout; |
+class Widget; |
class NativeTabbedPaneWin : public NativeControlWin, |
public NativeTabbedPaneWrapper { |