Chromium Code Reviews| Index: content/public/browser/storage_partition.h |
| diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h |
| index 3a4139d633b33ffa101790e8a9d6b39fa986c48b..ea8baa3eceee124c4e46487507b18525e576ea34 100644 |
| --- a/content/public/browser/storage_partition.h |
| +++ b/content/public/browser/storage_partition.h |
| @@ -12,7 +12,7 @@ |
| class GURL; |
| -namespace appcache { |
| +namespace content { |
|
jam
2014/06/25 21:51:14
ditto
|
| class AppCacheService; |
| } |
| @@ -52,7 +52,7 @@ class StoragePartition { |
| virtual net::URLRequestContextGetter* GetURLRequestContext() = 0; |
| virtual net::URLRequestContextGetter* GetMediaURLRequestContext() = 0; |
| virtual quota::QuotaManager* GetQuotaManager() = 0; |
| - virtual appcache::AppCacheService* GetAppCacheService() = 0; |
| + virtual AppCacheService* GetAppCacheService() = 0; |
| virtual fileapi::FileSystemContext* GetFileSystemContext() = 0; |
| virtual webkit_database::DatabaseTracker* GetDatabaseTracker() = 0; |
| virtual DOMStorageContext* GetDOMStorageContext() = 0; |