| Index: content/worker/worker_webkitplatformsupport_impl.cc
|
| diff --git a/content/worker/worker_webkitplatformsupport_impl.cc b/content/worker/worker_webkitplatformsupport_impl.cc
|
| index d544d4bc50a1d7735143bdebeda508decb7862c1..daa8050406df272a87dee3b03b65c7559714b39b 100644
|
| --- a/content/worker/worker_webkitplatformsupport_impl.cc
|
| +++ b/content/worker/worker_webkitplatformsupport_impl.cc
|
| @@ -7,11 +7,11 @@
|
| #include "base/logging.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "content/common/database_util.h"
|
| -#include "content/common/file_system/webfilesystem_impl.h"
|
| +#include "content/common/fileapi/webblobregistry_impl.h"
|
| +#include "content/common/fileapi/webfilesystem_impl.h"
|
| #include "content/common/file_utilities_messages.h"
|
| #include "content/common/indexed_db/proxy_webidbfactory_impl.h"
|
| #include "content/common/mime_registry_messages.h"
|
| -#include "content/common/webblobregistry_impl.h"
|
| #include "content/common/webmessageportchannel_impl.h"
|
| #include "content/worker/worker_thread.h"
|
| #include "ipc/ipc_sync_message_filter.h"
|
|
|