Index: content/worker/shared_worker_devtools_agent.cc |
=================================================================== |
--- content/worker/shared_worker_devtools_agent.cc (revision 112786) |
+++ content/worker/shared_worker_devtools_agent.cc (working copy) |
@@ -6,9 +6,9 @@ |
#include "content/common/devtools_messages.h" |
#include "content/worker/worker_thread.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebCString.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebCString.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebSharedWorker.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" |
using WebKit::WebSharedWorker; |
using WebKit::WebString; |