| Index: content/child/fileapi/webfilesystem_impl.cc
|
| diff --git a/content/child/fileapi/webfilesystem_impl.cc b/content/child/fileapi/webfilesystem_impl.cc
|
| index 37c4ca05eefb4347b64beda67ead833f2ada3344..6bc18eeca06d7808a85694124c88830343280994 100644
|
| --- a/content/child/fileapi/webfilesystem_impl.cc
|
| +++ b/content/child/fileapi/webfilesystem_impl.cc
|
| @@ -17,14 +17,14 @@
|
| #include "content/child/fileapi/webfilewriter_impl.h"
|
| #include "content/child/worker_task_runner.h"
|
| #include "content/common/fileapi/file_system_messages.h"
|
| +#include "storage/common/fileapi/directory_entry.h"
|
| +#include "storage/common/fileapi/file_system_util.h"
|
| #include "third_party/WebKit/public/platform/WebFileInfo.h"
|
| #include "third_party/WebKit/public/platform/WebFileSystemCallbacks.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/public/platform/WebURL.h"
|
| #include "third_party/WebKit/public/web/WebHeap.h"
|
| #include "url/gurl.h"
|
| -#include "webkit/common/fileapi/directory_entry.h"
|
| -#include "webkit/common/fileapi/file_system_util.h"
|
|
|
| using blink::WebFileInfo;
|
| using blink::WebFileSystemCallbacks;
|
|
|