summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/syncable/syncable_file_system_operation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/fileapi/syncable/syncable_file_system_operation.cc')
-rw-r--r--webkit/fileapi/syncable/syncable_file_system_operation.cc11
1 files changed, 7 insertions, 4 deletions
diff --git a/webkit/fileapi/syncable/syncable_file_system_operation.cc b/webkit/fileapi/syncable/syncable_file_system_operation.cc
index e2145b5..3d90af7 100644
--- a/webkit/fileapi/syncable/syncable_file_system_operation.cc
+++ b/webkit/fileapi/syncable/syncable_file_system_operation.cc
@@ -13,7 +13,10 @@
#include "webkit/fileapi/syncable/local_file_sync_context.h"
#include "webkit/fileapi/syncable/syncable_file_operation_runner.h"
-namespace fileapi {
+using fileapi::FileSystemURL;
+using fileapi::LocalFileSystemOperation;
+
+namespace sync_file_system {
namespace {
@@ -340,8 +343,8 @@ void SyncableFileSystemOperation::CreateSnapshotFile(
}
SyncableFileSystemOperation::SyncableFileSystemOperation(
- FileSystemContext* file_system_context,
- FileSystemOperation* file_system_operation) {
+ fileapi::FileSystemContext* file_system_context,
+ fileapi::FileSystemOperation* file_system_operation) {
DCHECK(file_system_context);
DCHECK(file_system_operation);
file_system_operation_ = file_system_operation->AsLocalFileSystemOperation();
@@ -398,4 +401,4 @@ void SyncableFileSystemOperation::Destruct() {
delete this;
}
-} // namespace fileapi
+} // namespace sync_file_system