Index: content/renderer/devtools/devtools_agent.cc |
=================================================================== |
--- content/renderer/devtools/devtools_agent.cc (revision 175802) |
+++ content/renderer/devtools/devtools_agent.cc (working copy) |
@@ -15,13 +15,13 @@ |
#include "content/renderer/devtools/devtools_agent_filter.h" |
#include "content/renderer/devtools/devtools_client.h" |
#include "content/renderer/render_view_impl.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebPoint.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgent.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebPoint.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" |
#if defined(USE_TCMALLOC) |
#include "third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h" |