Index: content/renderer/devtools_agent.cc |
=================================================================== |
--- content/renderer/devtools_agent.cc (revision 112786) |
+++ content/renderer/devtools_agent.cc (working copy) |
@@ -16,8 +16,8 @@ |
#include "content/renderer/devtools_client.h" |
#include "content/renderer/render_view_impl.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgent.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebPoint.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebPoint.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" |
using WebKit::WebDevToolsAgent; |