diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 00:43:30 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 00:43:30 +0000 |
commit | 83f93d3b7bf81c823c38a4d628b8486f354462cc (patch) | |
tree | 4efe00cb0a38503915aeaa6b396ec2c894e7cfad /content/renderer/devtools_client.h | |
parent | 67d3135ca4b8aacbcd5a2fdaa560920b0089c8ac (diff) | |
download | chromium_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/renderer/devtools_client.h')
-rw-r--r-- | content/renderer/devtools_client.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/renderer/devtools_client.h b/content/renderer/devtools_client.h index e88851e..0e1f1508 100644 --- a/content/renderer/devtools_client.h +++ b/content/renderer/devtools_client.h @@ -13,7 +13,6 @@ #include "content/public/renderer/render_view_observer.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsFrontendClient.h" -class MessageLoop; class RenderViewImpl; namespace WebKit { @@ -21,8 +20,6 @@ class WebDevToolsFrontend; class WebString; } -struct DevToolsMessageData; - // Developer tools UI end of communication channel between the render process of // the page being inspected and tools UI renderer process. All messages will // go through browser process. On the side of the inspected page there's |