| Index: webkit/browser/fileapi/syncable/syncable_file_system_operation.cc
|
| diff --git a/webkit/fileapi/syncable/syncable_file_system_operation.cc b/webkit/browser/fileapi/syncable/syncable_file_system_operation.cc
|
| similarity index 97%
|
| rename from webkit/fileapi/syncable/syncable_file_system_operation.cc
|
| rename to webkit/browser/fileapi/syncable/syncable_file_system_operation.cc
|
| index 5caffbe7d0ecf9e72812f3712c91eca72552e1cf..690c1b8054a968c1a31ca75edef0c767f37324cb 100644
|
| --- a/webkit/fileapi/syncable/syncable_file_system_operation.cc
|
| +++ b/webkit/browser/fileapi/syncable/syncable_file_system_operation.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/syncable/syncable_file_system_operation.h"
|
| +#include "webkit/browser/fileapi/syncable/syncable_file_system_operation.h"
|
|
|
| #include "base/logging.h"
|
| #include "webkit/blob/shareable_file_reference.h"
|
| @@ -10,9 +10,9 @@
|
| #include "webkit/browser/fileapi/file_system_operation_context.h"
|
| #include "webkit/browser/fileapi/file_system_url.h"
|
| #include "webkit/browser/fileapi/sandbox_mount_point_provider.h"
|
| -#include "webkit/fileapi/syncable/local_file_sync_context.h"
|
| -#include "webkit/fileapi/syncable/syncable_file_operation_runner.h"
|
| -#include "webkit/fileapi/syncable/syncable_file_system_util.h"
|
| +#include "webkit/browser/fileapi/syncable/local_file_sync_context.h"
|
| +#include "webkit/browser/fileapi/syncable/syncable_file_operation_runner.h"
|
| +#include "webkit/browser/fileapi/syncable/syncable_file_system_util.h"
|
|
|
| using fileapi::FileSystemURL;
|
| using fileapi::FileSystemOperationContext;
|
|
|