Index: content/renderer/devtools/devtools_agent_filter.cc |
=================================================================== |
--- content/renderer/devtools/devtools_agent_filter.cc (revision 175802) |
+++ content/renderer/devtools/devtools_agent_filter.cc (working copy) |
@@ -9,8 +9,8 @@ |
#include "content/common/devtools_messages.h" |
#include "content/renderer/devtools/devtools_agent.h" |
#include "content/renderer/plugin_channel_host.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgent.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" |
using WebKit::WebDevToolsAgent; |
using WebKit::WebString; |