From 08397d5343ddaba1a32a5ac7e0bf3bc03bd3bdf8 Mon Sep 17 00:00:00 2001 From: "sail@chromium.org" Date: Sat, 5 Feb 2011 01:53:38 +0000 Subject: Change includes of gfx/* to ui/gfx/* BUG=71063 TEST=compiled Review URL: http://codereview.chromium.org/6312156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73890 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/gfx/font.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/gfx/font.cc') diff --git a/ui/gfx/font.cc b/ui/gfx/font.cc index 78b1a34..08b7b34 100644 --- a/ui/gfx/font.cc +++ b/ui/gfx/font.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "gfx/font.h" +#include "ui/gfx/font.h" #include "base/utf_string_conversions.h" -#include "gfx/platform_font.h" +#include "ui/gfx/platform_font.h" namespace gfx { -- cgit v1.1