| Index: content/child/fileapi/webfilesystem_impl.cc
|
| diff --git a/content/child/fileapi/webfilesystem_impl.cc b/content/child/fileapi/webfilesystem_impl.cc
|
| index 0e6ed21e7a757dcd5454727084caa524d27d6195..97835e8fe61ba1961130cdcc5b8f117478768333 100644
|
| --- a/content/child/fileapi/webfilesystem_impl.cc
|
| +++ b/content/child/fileapi/webfilesystem_impl.cc
|
| @@ -5,10 +5,10 @@
|
| #include "content/child/fileapi/webfilesystem_impl.h"
|
|
|
| #include "base/bind.h"
|
| +#include "content/child/child_thread.h"
|
| +#include "content/child/fileapi/file_system_dispatcher.h"
|
| #include "content/child/fileapi/webfilesystem_callback_adapters.h"
|
| #include "content/child/fileapi/webfilewriter_impl.h"
|
| -#include "content/common/child_thread.h"
|
| -#include "content/common/fileapi/file_system_dispatcher.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallbacks.h"
|
| #include "third_party/WebKit/public/platform/WebFileInfo.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
|
|