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

Unified Diff: chrome/browser/browsing_data/browsing_data_remover_unittest.cc

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/browsing_data/browsing_data_remover_unittest.cc
diff --git a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
index 15c5b01d26d0fc86754444e2fcc1e1b4b48f3d6f..a943d9cd20de7c793b1955054fc7eca0d3b8d1ab 100644
--- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
+++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
@@ -150,7 +150,7 @@ class TestStoragePartition : public StoragePartition {
virtual content::AppCacheService* GetAppCacheService() OVERRIDE {
return NULL;
}
- virtual fileapi::FileSystemContext* GetFileSystemContext() OVERRIDE {
+ virtual storage::FileSystemContext* GetFileSystemContext() OVERRIDE {
return NULL;
}
virtual webkit_database::DatabaseTracker* GetDatabaseTracker() OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698