Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc

Issue 492873002: Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single sto… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos build Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc
diff --git a/chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc b/chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc
index cada3cbce706c4955488b705c2649dec8782f6a6..ecef4461b11f48bf0b54b8c1a871b831e0d36988 100644
--- a/chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc
+++ b/chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc
@@ -25,9 +25,9 @@
#include "webkit/browser/fileapi/file_system_context.h"
#include "webkit/browser/quota/quota_manager.h"
-using fileapi::FileSystemContext;
-using fileapi::FileSystemURL;
-using fileapi::FileSystemURLSet;
+using storage::FileSystemContext;
+using storage::FileSystemURL;
+using storage::FileSystemURLSet;
using content::MockBlobURLRequestContext;
using content::ScopedTextBlob;
@@ -106,7 +106,7 @@ class LocalFileChangeTrackerTest : public testing::Test {
change_tracker()->CollectLastDirtyChanges(file_system_context());
}
- void GetAllChangedURLs(fileapi::FileSystemURLSet* urls) {
+ void GetAllChangedURLs(storage::FileSystemURLSet* urls) {
change_tracker()->GetAllChangedURLs(urls);
}

Powered by Google App Engine
This is Rietveld 408576698