| Index: content/worker/shared_worker_devtools_agent.cc
|
| diff --git a/content/worker/shared_worker_devtools_agent.cc b/content/worker/shared_worker_devtools_agent.cc
|
| index 2e19d362171e94b25966de771cee4bc58ec6dcb2..e2c82f5d64751a3f0b4bdefdde11b3cec13a50ae 100644
|
| --- a/content/worker/shared_worker_devtools_agent.cc
|
| +++ b/content/worker/shared_worker_devtools_agent.cc
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "content/common/devtools_messages.h"
|
| #include "content/worker/worker_thread.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/public/platform/WebCString.h"
|
| +#include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebSharedWorker.h"
|
|
|
| using WebKit::WebSharedWorker;
|
|
|