summaryrefslogtreecommitdiffstats
path: root/content/gpu
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-08 02:02:50 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-08 02:02:50 +0000
commit9e2cdc54b4af1afe03567de472690137937f1a0d (patch)
treeba405eb8f4d59cb62202d938eb94d041c49ec1e7 /content/gpu
parentf24a1e2b4c8e42794d1636e43bf033f8762410c0 (diff)
downloadchromium_src-9e2cdc54b4af1afe03567de472690137937f1a0d.zip
chromium_src-9e2cdc54b4af1afe03567de472690137937f1a0d.tar.gz
chromium_src-9e2cdc54b4af1afe03567de472690137937f1a0d.tar.bz2
Fix build
TEST=compiles BUG=none Review URL: http://codereview.chromium.org/6813037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80885 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/gpu')
-rw-r--r--content/gpu/transport_texture.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/gpu/transport_texture.cc b/content/gpu/transport_texture.cc
index e949c78..1cfcfb8 100644
--- a/content/gpu/transport_texture.cc
+++ b/content/gpu/transport_texture.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "content/common/gpu_messages.h"
-#include "content/gpu/gpu_channel.h"
+#include "content/common/gpu/gpu_channel.h"
#include "content/gpu/transport_texture.h"
TransportTexture::TransportTexture(GpuChannel* channel,