Index: content/renderer/devtools/devtools_client.cc |
diff --git a/content/renderer/devtools/devtools_client.cc b/content/renderer/devtools/devtools_client.cc |
index e02c65f51ef8aa6634cd8f0a3182c4d248fa0f3d..4e23a05219ea5e1de5b5ac1fb03d163176ae225e 100644 |
--- a/content/renderer/devtools/devtools_client.cc |
+++ b/content/renderer/devtools/devtools_client.cc |
@@ -12,8 +12,8 @@ |
#include "content/public/common/url_constants.h" |
#include "content/renderer/render_thread_impl.h" |
#include "content/renderer/render_view_impl.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatPoint.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
+#include "third_party/WebKit/public/platform/WebFloatPoint.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsFrontend.h" |
#include "ui/base/ui_base_switches.h" |
#include "webkit/appcache/appcache_interfaces.h" |