| Index: content/worker/worker_webkitplatformsupport_impl.cc
|
| diff --git a/content/worker/worker_webkitplatformsupport_impl.cc b/content/worker/worker_webkitplatformsupport_impl.cc
|
| index f6a9a20043ad523fce91a1d87cb4eb132e18914d..423d4cf554d40f07592151378cc2c84773d3487b 100644
|
| --- a/content/worker/worker_webkitplatformsupport_impl.cc
|
| +++ b/content/worker/worker_webkitplatformsupport_impl.cc
|
| @@ -18,10 +18,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/WebFileInfo.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/WebBlobRegistry.h"
|
| +#include "third_party/WebKit/public/platform/WebFileInfo.h"
|
| +#include "third_party/WebKit/public/platform/WebString.h"
|
| +#include "third_party/WebKit/public/platform/WebURL.h"
|
| #include "webkit/base/file_path_string_conversions.h"
|
| #include "webkit/glue/webfileutilities_impl.h"
|
| #include "webkit/glue/webkit_glue.h"
|
|
|