summaryrefslogtreecommitdiffstats
path: root/content/gpu
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 00:43:30 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 00:43:30 +0000
commit83f93d3b7bf81c823c38a4d628b8486f354462cc (patch)
tree4efe00cb0a38503915aeaa6b396ec2c894e7cfad /content/gpu
parent67d3135ca4b8aacbcd5a2fdaa560920b0089c8ac (diff)
downloadchromium_src-83f93d3b7bf81c823c38a4d628b8486f354462cc.zip
chromium_src-83f93d3b7bf81c823c38a4d628b8486f354462cc.tar.gz
chromium_src-83f93d3b7bf81c823c38a4d628b8486f354462cc.tar.bz2
Cleanup: Remove more unneeded forward declares in content.
BUG=none TEST=none Review URL: http://codereview.chromium.org/8511044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109549 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/gpu')
-rw-r--r--content/gpu/gpu_child_thread.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
index 5409963..3081239 100644
--- a/content/gpu/gpu_child_thread.h
+++ b/content/gpu/gpu_child_thread.h
@@ -22,10 +22,6 @@
#include "content/public/common/gpu_info.h"
#include "ui/gfx/native_widget_types.h"
-namespace IPC {
-struct ChannelHandle;
-}
-
namespace sandbox {
class TargetServices;
}