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

Unified Diff: chrome/browser/ntp_background_util.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ntp_background_util.cc
===================================================================
--- chrome/browser/ntp_background_util.cc (revision 42303)
+++ chrome/browser/ntp_background_util.cc (working copy)
@@ -4,9 +4,9 @@
#include "chrome/browser/ntp_background_util.h"
-#include "app/gfx/canvas.h"
#include "base/logging.h"
#include "chrome/browser/browser_theme_provider.h"
+#include "gfx/canvas.h"
#include "gfx/rect.h"
#include "gfx/skia_util.h"
#include "grit/theme_resources.h"
« no previous file with comments | « chrome/browser/gtk/tabs/tab_strip_gtk.cc ('k') | chrome/browser/renderer_host/render_widget_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698