| Index: content/common/fileapi/webfilesystem_impl.cc
|
| diff --git a/content/common/file_system/webfilesystem_impl.cc b/content/common/fileapi/webfilesystem_impl.cc
|
| similarity index 95%
|
| rename from content/common/file_system/webfilesystem_impl.cc
|
| rename to content/common/fileapi/webfilesystem_impl.cc
|
| index e8f38cd21115be5b7f6509e95b4aa558eaafecac..07c36fc55f66fa66d28e82a4ea97525841e1c07d 100644
|
| --- a/content/common/file_system/webfilesystem_impl.cc
|
| +++ b/content/common/fileapi/webfilesystem_impl.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/common/file_system/webfilesystem_impl.h"
|
| +#include "content/common/fileapi/webfilesystem_impl.h"
|
|
|
| #include "content/common/child_thread.h"
|
| -#include "content/common/file_system/file_system_dispatcher.h"
|
| -#include "content/common/file_system/webfilesystem_callback_dispatcher.h"
|
| -#include "content/common/file_system/webfilewriter_impl.h"
|
| +#include "content/common/fileapi/file_system_dispatcher.h"
|
| +#include "content/common/fileapi/webfilesystem_callback_dispatcher.h"
|
| +#include "content/common/fileapi/webfilewriter_impl.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileInfo.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallbacks.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
|
|
|