Chromium Code Reviews

Unified Diff: chrome/browser/chromeos/frame/browser_view.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
Index: chrome/browser/chromeos/frame/browser_view.cc
===================================================================
--- chrome/browser/chromeos/frame/browser_view.cc (revision 42303)
+++ chrome/browser/chromeos/frame/browser_view.cc (working copy)
@@ -7,7 +7,6 @@
#include <algorithm>
#include <string>
-#include "app/gfx/canvas.h"
#include "app/menus/simple_menu_model.h"
#include "app/theme_provider.h"
#include "chrome/app/chrome_dll_resource.h"
@@ -28,6 +27,7 @@
#include "chrome/browser/views/tabs/tab_strip.h"
#include "chrome/browser/views/toolbar_view.h"
#include "chrome/browser/views/toolbar_star_toggle.h"
+#include "gfx/canvas.h"
#include "grit/generated_resources.h"
#include "grit/theme_resources.h"
#include "views/controls/button/button.h"
« no previous file with comments | « chrome/browser/chromeos/compact_navigation_bar.cc ('k') | chrome/browser/chromeos/frame/normal_browser_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine