From 6c077af5c79a85d64e4b4363b8d0e29bb16543db Mon Sep 17 00:00:00 2001 From: "pinkerton@chromium.org" Date: Fri, 19 Mar 2010 14:01:33 +0000 Subject: Remove dependency from webkit on chrome/common by moving files to src/app. BUG=37985 TEST=no functional change. Review URL: http://codereview.chromium.org/1060001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42101 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/gpu/gpu_backing_store_glx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/gpu/gpu_backing_store_glx.h') diff --git a/chrome/gpu/gpu_backing_store_glx.h b/chrome/gpu/gpu_backing_store_glx.h index b0c1d65..3098523 100644 --- a/chrome/gpu/gpu_backing_store_glx.h +++ b/chrome/gpu/gpu_backing_store_glx.h @@ -5,10 +5,10 @@ #ifndef CHROME_GPU_GPU_BACKING_STORE_GLX_H_ #define CHROME_GPU_GPU_BACKING_STORE_GLX_H_ +#include "app/surface/transport_dib.h" +#include "app/x11_util.h" #include "base/basictypes.h" #include "base/process.h" -#include "chrome/common/transport_dib.h" -#include "chrome/common/x11_util.h" #include "ipc/ipc_channel.h" class GpuViewX; -- cgit v1.1