Chromium Code Reviews

Unified Diff: chrome/browser/views/tabs/side_tab_strip.cc

Issue 1132006: Move app/gfx/canvas and app/gfx/font to gfx/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/views/tabs/side_tab.cc ('k') | chrome/browser/views/tabs/tab.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/tabs/side_tab_strip.cc
===================================================================
--- chrome/browser/views/tabs/side_tab_strip.cc (revision 42303)
+++ chrome/browser/views/tabs/side_tab_strip.cc (working copy)
@@ -4,13 +4,13 @@
#include "chrome/browser/views/tabs/side_tab_strip.h"
-#include "app/gfx/canvas.h"
#include "base/command_line.h"
#include "chrome/browser/pref_service.h"
#include "chrome/browser/profile.h"
#include "chrome/browser/view_ids.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/pref_names.h"
+#include "gfx/canvas.h"
namespace {
const int kVerticalTabSpacing = 2;
« no previous file with comments | « chrome/browser/views/tabs/side_tab.cc ('k') | chrome/browser/views/tabs/tab.cc » ('j') | no next file with comments »

Powered by Google App Engine