summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools/dom_agent_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/devtools/dom_agent_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/devtools/dom_agent_impl.cc')
-rw-r--r--webkit/glue/devtools/dom_agent_impl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/devtools/dom_agent_impl.cc b/webkit/glue/devtools/dom_agent_impl.cc
index 5f7a66a..166063a 100644
--- a/webkit/glue/devtools/dom_agent_impl.cc
+++ b/webkit/glue/devtools/dom_agent_impl.cc
@@ -4,8 +4,6 @@
#include "config.h"
-#include "webkit/glue/devtools/dom_agent_impl.h"
-
#include "AtomicString.h"
#include "Document.h"
#include "Event.h"
@@ -16,12 +14,14 @@
#include "markup.h"
#include "MutationEvent.h"
#include "Node.h"
+#include "PlatformString.h"
#include "Text.h"
#include <wtf/OwnPtr.h>
#include <wtf/Vector.h>
#undef LOG
#include "base/values.h"
+#include "webkit/glue/devtools/dom_agent_impl.h"
#include "webkit/glue/glue_util.h"
using namespace WebCore;