| Index: content/worker/websharedworkerclient_proxy.cc
|
| ===================================================================
|
| --- content/worker/websharedworkerclient_proxy.cc (revision 175802)
|
| +++ content/worker/websharedworkerclient_proxy.cc (working copy)
|
| @@ -17,12 +17,12 @@
|
| #include "content/worker/worker_thread.h"
|
| #include "content/worker/worker_webapplicationcachehost_impl.h"
|
| #include "ipc/ipc_logging.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/Source/WebKit/chromium/public/WebDocument.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallbacks.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h"
|
|
|
| using WebKit::WebApplicationCacheHost;
|
| using WebKit::WebFrame;
|
|
|