summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webdevtoolsagent_impl.cc
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 10:21:27 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-13 10:21:27 +0000
commitabccbb1e57a21250d0d49d13f08ef831ea90fa88 (patch)
tree6de36af42e7cdee3c52a25be79443957974789b8 /webkit/glue/webdevtoolsagent_impl.cc
parentb2560399d564304724126f182837ac161cf38337 (diff)
downloadchromium_src-abccbb1e57a21250d0d49d13f08ef831ea90fa88.zip
chromium_src-abccbb1e57a21250d0d49d13f08ef831ea90fa88.tar.gz
chromium_src-abccbb1e57a21250d0d49d13f08ef831ea90fa88.tar.bz2
- Provide Rpc classes with unique ids so that their message id spaces do not intersect;
- Implement tests for DevToolsRpc - Do not import PlatformString in headers Review URL: http://codereview.chromium.org/43141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webdevtoolsagent_impl.cc')
-rw-r--r--webkit/glue/webdevtoolsagent_impl.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/webdevtoolsagent_impl.cc b/webkit/glue/webdevtoolsagent_impl.cc
index ecf199c..a548a59 100644
--- a/webkit/glue/webdevtoolsagent_impl.cc
+++ b/webkit/glue/webdevtoolsagent_impl.cc
@@ -3,11 +3,11 @@
// found in the LICENSE file.
#include "config.h"
-#include "webkit/glue/webdevtoolsagent_impl.h"
#include <string>
#include "Document.h"
+#include "EventListener.h"
#include "InspectorController.h"
#include "Node.h"
#include "Page.h"
@@ -19,6 +19,7 @@
#include "webkit/glue/devtools/net_agent_impl.h"
#include "webkit/glue/glue_util.h"
#include "webkit/glue/webdevtoolsagent_delegate.h"
+#include "webkit/glue/webdevtoolsagent_impl.h"
#include "webkit/glue/webview_impl.h"
using WebCore::Document;