| Index: content/worker/worker_webkitplatformsupport_impl.cc
|
| ===================================================================
|
| --- content/worker/worker_webkitplatformsupport_impl.cc (revision 112786)
|
| +++ content/worker/worker_webkitplatformsupport_impl.cc (working copy)
|
| @@ -15,9 +15,9 @@
|
| #include "content/worker/worker_thread.h"
|
| #include "ipc/ipc_sync_message_filter.h"
|
| #include "net/base/mime_util.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebBlobRegistry.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h"
|
| -#include "third_party/WebKit/Source/WebKit/chromium/public/WebURL.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebBlobRegistry.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h"
|
| #include "webkit/glue/webfileutilities_impl.h"
|
| #include "webkit/glue/webkit_glue.h"
|
|
|
|
|