| Index: content/worker/worker_webkitplatformsupport_impl.cc
|
| ===================================================================
|
| --- content/worker/worker_webkitplatformsupport_impl.cc (revision 175802)
|
| +++ content/worker/worker_webkitplatformsupport_impl.cc (working copy)
|
| @@ -17,10 +17,10 @@
|
| #include "content/worker/worker_thread.h"
|
| #include "ipc/ipc_sync_message_filter.h"
|
| #include "net/base/mime_util.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebBlobRegistry.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/WebFileInfo.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/base/file_path_string_conversions.h"
|
| #include "webkit/glue/webfileutilities_impl.h"
|
| #include "webkit/glue/webkit_glue.h"
|
|
|