summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/gpu_channel.cc
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-18 23:35:38 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-18 23:35:38 +0000
commit5d1fa247ae57b8bba67dcc28a12e83dcad9b5d10 (patch)
treef49a36b0449995b1bb2b0c0ecd0d69a0b88b1070 /content/common/gpu/gpu_channel.cc
parent8e7c3fc2ad2f9cccaee796011769b358625fb46b (diff)
downloadchromium_src-5d1fa247ae57b8bba67dcc28a12e83dcad9b5d10.zip
chromium_src-5d1fa247ae57b8bba67dcc28a12e83dcad9b5d10.tar.gz
chromium_src-5d1fa247ae57b8bba67dcc28a12e83dcad9b5d10.tar.bz2
Move content_client.h into content/public.
TBR=jam@chromium.org BUG=98716 TEST=it builds Review URL: http://codereview.chromium.org/8336007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106167 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/gpu/gpu_channel.cc')
-rw-r--r--content/common/gpu/gpu_channel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/gpu/gpu_channel.cc b/content/common/gpu/gpu_channel.cc
index 518a267..4f4fba2 100644
--- a/content/common/gpu/gpu_channel.cc
+++ b/content/common/gpu/gpu_channel.cc
@@ -13,10 +13,10 @@
#include "base/process_util.h"
#include "base/string_util.h"
#include "content/common/child_process.h"
-#include "content/common/content_client.h"
#include "content/common/gpu/gpu_channel_manager.h"
#include "content/common/gpu/gpu_messages.h"
#include "content/common/gpu/transport_texture.h"
+#include "content/public/common/content_client.h"
#include "content/public/common/content_switches.h"
#include "ui/gfx/gl/gl_context.h"
#include "ui/gfx/gl/gl_surface.h"