Index: content/browser/devtools/worker_devtools_manager.cc |
=================================================================== |
--- content/browser/devtools/worker_devtools_manager.cc (revision 175187) |
+++ content/browser/devtools/worker_devtools_manager.cc (working copy) |
@@ -17,9 +17,9 @@ |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/child_process_data.h" |
#include "content/public/common/process_type.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebCString.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/WebCString.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" |
using WebKit::WebDevToolsAgent; |