| Index: webkit/browser/fileapi/isolated_mount_point_provider.cc
|
| diff --git a/webkit/fileapi/isolated_mount_point_provider.cc b/webkit/browser/fileapi/isolated_mount_point_provider.cc
|
| similarity index 95%
|
| rename from webkit/fileapi/isolated_mount_point_provider.cc
|
| rename to webkit/browser/fileapi/isolated_mount_point_provider.cc
|
| index 0c807e9c40c08a060b636d097011848ec8f57e39..60a3aeed8ba015471dfbb7c031150111c6dfd902 100644
|
| --- a/webkit/fileapi/isolated_mount_point_provider.cc
|
| +++ b/webkit/browser/fileapi/isolated_mount_point_provider.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/fileapi/isolated_mount_point_provider.h"
|
| +#include "webkit/browser/fileapi/isolated_mount_point_provider.h"
|
|
|
| #include <string>
|
|
|
| @@ -15,19 +15,19 @@
|
| #include "base/sequenced_task_runner.h"
|
| #include "webkit/blob/local_file_stream_reader.h"
|
| #include "webkit/browser/fileapi/copy_or_move_file_validator.h"
|
| +#include "webkit/browser/fileapi/file_system_task_runners.h"
|
| +#include "webkit/browser/fileapi/isolated_context.h"
|
| #include "webkit/browser/fileapi/isolated_file_util.h"
|
| +#include "webkit/browser/fileapi/local_file_system_operation.h"
|
| #include "webkit/browser/fileapi/native_file_util.h"
|
| #include "webkit/browser/fileapi/transient_file_util.h"
|
| #include "webkit/fileapi/async_file_util_adapter.h"
|
| #include "webkit/fileapi/file_system_context.h"
|
| #include "webkit/fileapi/file_system_file_stream_reader.h"
|
| #include "webkit/fileapi/file_system_operation_context.h"
|
| -#include "webkit/fileapi/file_system_task_runners.h"
|
| #include "webkit/fileapi/file_system_types.h"
|
| #include "webkit/fileapi/file_system_util.h"
|
| -#include "webkit/fileapi/isolated_context.h"
|
| #include "webkit/fileapi/local_file_stream_writer.h"
|
| -#include "webkit/fileapi/local_file_system_operation.h"
|
|
|
| namespace fileapi {
|
|
|
|
|