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 --- webkit/support/platform_support_gtk.cc | 2 +- webkit/support/webkit_support_gfx.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'webkit/support') diff --git a/webkit/support/platform_support_gtk.cc b/webkit/support/platform_support_gtk.cc index eef26fb..41b144c 100644 --- a/webkit/support/platform_support_gtk.cc +++ b/webkit/support/platform_support_gtk.cc @@ -10,9 +10,9 @@ #include "base/path_service.h" #include "base/string16.h" #include "base/string_piece.h" -#include "gfx/gfx_module.h" #include "grit/webkit_resources.h" #include "ui/base/resource/data_pack.h" +#include "ui/gfx/gfx_module.h" namespace { diff --git a/webkit/support/webkit_support_gfx.h b/webkit/support/webkit_support_gfx.h index 3ffc67d..60bb765 100644 --- a/webkit/support/webkit_support_gfx.h +++ b/webkit/support/webkit_support_gfx.h @@ -7,7 +7,7 @@ #include -#include "gfx/codec/png_codec.h" +#include "ui/gfx/codec/png_codec.h" namespace webkit_support { -- cgit v1.1