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

Side by Side Diff: views/controls/tabbed_pane/native_tabbed_pane_gtk.cc

Issue 3066014: Cleanup: Remove unneeded headers from app/ (part 2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 10 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « views/controls/scroll_view.cc ('k') | views/controls/tree/tree_view.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "views/controls/tabbed_pane/native_tabbed_pane_gtk.h" 5 #include "views/controls/tabbed_pane/native_tabbed_pane_gtk.h"
6 6
7 #include <gtk/gtk.h> 7 #include <gtk/gtk.h>
8 8
9 #include "app/resource_bundle.h"
10 #include "base/logging.h" 9 #include "base/logging.h"
11 #include "base/stl_util-inl.h" 10 #include "base/stl_util-inl.h"
12 #include "base/utf_string_conversions.h" 11 #include "base/utf_string_conversions.h"
13 #include "gfx/canvas.h" 12 #include "gfx/canvas.h"
14 #include "gfx/font.h" 13 #include "gfx/font.h"
15 #include "gfx/skia_utils_gtk.h" 14 #include "gfx/skia_utils_gtk.h"
16 #include "views/background.h" 15 #include "views/background.h"
17 #include "views/controls/tabbed_pane/tabbed_pane.h" 16 #include "views/controls/tabbed_pane/tabbed_pane.h"
18 #include "views/fill_layout.h" 17 #include "views/fill_layout.h"
19 #include "views/widget/root_view.h" 18 #include "views/widget/root_view.h"
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 //////////////////////////////////////////////////////////////////////////////// 222 ////////////////////////////////////////////////////////////////////////////////
224 // NativeTabbedPaneWrapper, public: 223 // NativeTabbedPaneWrapper, public:
225 224
226 // static 225 // static
227 NativeTabbedPaneWrapper* NativeTabbedPaneWrapper::CreateNativeWrapper( 226 NativeTabbedPaneWrapper* NativeTabbedPaneWrapper::CreateNativeWrapper(
228 TabbedPane* tabbed_pane) { 227 TabbedPane* tabbed_pane) {
229 return new NativeTabbedPaneGtk(tabbed_pane); 228 return new NativeTabbedPaneGtk(tabbed_pane);
230 } 229 }
231 230
232 } // namespace views 231 } // namespace views
OLDNEW
« no previous file with comments | « views/controls/scroll_view.cc ('k') | views/controls/tree/tree_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698