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

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

Issue 344493002: Move all remaining appcache-related code to content namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 a47a92fdfbc79158320675670dc4626184e6581d..c4de8ee4cf92a2a225ffc7964d6c193b11753ff3 100644
--- a/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
+++ b/chrome/browser/browsing_data/browsing_data_remover_unittest.cc
@@ -142,7 +142,7 @@ class TestStoragePartition : public StoragePartition {
virtual quota::QuotaManager* GetQuotaManager() OVERRIDE {
return NULL;
}
- virtual appcache::AppCacheService* GetAppCacheService() OVERRIDE {
+ virtual content::AppCacheService* GetAppCacheService() OVERRIDE {
return NULL;
}
virtual fileapi::FileSystemContext* GetFileSystemContext() OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698