summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/syncable/syncable_file_operation_runner.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/fileapi/syncable/syncable_file_operation_runner.cc')
-rw-r--r--webkit/fileapi/syncable/syncable_file_operation_runner.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/webkit/fileapi/syncable/syncable_file_operation_runner.cc b/webkit/fileapi/syncable/syncable_file_operation_runner.cc
index 4389a4d..91fca3e 100644
--- a/webkit/fileapi/syncable/syncable_file_operation_runner.cc
+++ b/webkit/fileapi/syncable/syncable_file_operation_runner.cc
@@ -11,7 +11,9 @@
#include "base/stl_util.h"
#include "webkit/fileapi/syncable/local_file_sync_status.h"
-namespace fileapi {
+using fileapi::FileSystemURL;
+
+namespace sync_file_system {
// SyncableFileOperationRunner::Task -------------------------------------------
@@ -102,4 +104,4 @@ bool SyncableFileOperationRunner::ShouldStartMoreTasks() const {
return num_inflight_tasks_ < max_inflight_tasks_;
}
-} // namespace fileapi
+} // namespace sync_file_system