summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-13 01:07:27 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-13 01:07:27 +0000
commit4069944681ad77bcc80b5299aff0820a667b447e (patch)
treef164d1929d9ec1f90407bb1e1ee312651d27ead3 /content
parent2f56f91cd78b919a7c04eaafd6fcaf54d886aafe (diff)
downloadchromium_src-4069944681ad77bcc80b5299aff0820a667b447e.zip
chromium_src-4069944681ad77bcc80b5299aff0820a667b447e.tar.gz
chromium_src-4069944681ad77bcc80b5299aff0820a667b447e.tar.bz2
Fix build.
TEST=compiled BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81347 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-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 8df65cd..6aa8093e 100644
--- a/content/common/gpu/gpu_channel.cc
+++ b/content/common/gpu/gpu_channel.cc
@@ -17,7 +17,7 @@
#include "content/common/gpu_messages.h"
#include "content/common/gpu/gpu_channel_manager.h"
#include "content/common/gpu/gpu_video_service.h"
-#include "content/gpu/transport_texture.h"
+#include "content/common/gpu/transport_texture.h"
#if defined(OS_POSIX)
#include "ipc/ipc_channel_posix.h"