| Index: content/worker/websharedworker_stub.cc
|
| diff --git a/content/worker/websharedworker_stub.cc b/content/worker/websharedworker_stub.cc
|
| index 39986ccbe2243562c76a1d516a569baec56835e7..3bb89aaa088086ce2637222242d1d36b273e3f07 100644
|
| --- a/content/worker/websharedworker_stub.cc
|
| +++ b/content/worker/websharedworker_stub.cc
|
| @@ -12,8 +12,8 @@
|
| #include "base/compiler_specific.h"
|
| #include "content/worker/worker_thread.h"
|
| #include "content/worker/shared_worker_devtools_agent.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h"
|
| +#include "third_party/WebKit/public/platform/WebString.h"
|
| +#include "third_party/WebKit/public/platform/WebURL.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebSharedWorker.h"
|
|
|
| namespace content {
|
|
|