Index: content/renderer/devtools_client.cc |
=================================================================== |
--- content/renderer/devtools_client.cc (revision 112786) |
+++ content/renderer/devtools_client.cc (working copy) |
@@ -12,8 +12,8 @@ |
#include "content/renderer/render_thread_impl.h" |
#include "content/renderer/render_view_impl.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsFrontend.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebFloatPoint.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFloatPoint.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" |
#include "ui/base/ui_base_switches.h" |
using WebKit::WebDevToolsFrontend; |