summaryrefslogtreecommitdiffstats
path: root/webkit/support
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/support')
-rw-r--r--webkit/support/platform_support_gtk.cc2
-rw-r--r--webkit/support/webkit_support_gfx.h2
2 files changed, 2 insertions, 2 deletions
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 <vector>
-#include "gfx/codec/png_codec.h"
+#include "ui/gfx/codec/png_codec.h"
namespace webkit_support {