summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/syncable/local_file_change_tracker_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/fileapi/syncable/local_file_change_tracker_unittest.cc')
-rw-r--r--webkit/fileapi/syncable/local_file_change_tracker_unittest.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/webkit/fileapi/syncable/local_file_change_tracker_unittest.cc b/webkit/fileapi/syncable/local_file_change_tracker_unittest.cc
index 6748645..618b129 100644
--- a/webkit/fileapi/syncable/local_file_change_tracker_unittest.cc
+++ b/webkit/fileapi/syncable/local_file_change_tracker_unittest.cc
@@ -23,12 +23,13 @@
#include "webkit/fileapi/syncable/syncable_file_system_util.h"
#include "webkit/quota/quota_manager.h"
-using sync_file_system::FileChange;
-using sync_file_system::FileChangeList;
+using fileapi::FileSystemContext;
+using fileapi::FileSystemURL;
+using fileapi::FileSystemURLSet;
using webkit_blob::MockBlobURLRequestContext;
using webkit_blob::ScopedTextBlob;
-namespace fileapi {
+namespace sync_file_system {
class LocalFileChangeTrackerTest : public testing::Test {
public:
@@ -536,4 +537,4 @@ TEST_F(LocalFileChangeTrackerTest, NextChangedURLsWithRecursiveRemove) {
URL(kPath2) == urls_to_process[1]);
}
-} // namespace fileapi
+} // namespace sync_file_system