Chromium Code Reviews

Unified Diff: gfx/font_skia.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 | « gfx/font_mac.mm ('k') | gfx/font_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gfx/font_skia.cc
===================================================================
--- gfx/font_skia.cc (revision 42297)
+++ gfx/font_skia.cc (working copy)
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "app/gfx/font.h"
+#include "gfx/font.h"
#include <gdk/gdk.h>
#include <map>
#include <pango/pango.h>
-#include "app/gfx/canvas.h"
#include "base/logging.h"
#include "base/string_piece.h"
#include "base/sys_string_conversions.h"
+#include "gfx/canvas.h"
#include "third_party/skia/include/core/SkTypeface.h"
#include "third_party/skia/include/core/SkPaint.h"
« no previous file with comments | « gfx/font_mac.mm ('k') | gfx/font_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine