Index: content/browser/appcache/chrome_appcache_service.h |
=================================================================== |
--- content/browser/appcache/chrome_appcache_service.h (revision 121250) |
+++ content/browser/appcache/chrome_appcache_service.h (working copy) |
@@ -45,7 +45,7 @@ |
void InitializeOnIOThread( |
const FilePath& cache_path, // may be empty to use in-memory structures |
- const content::ResourceContext* resource_context, |
+ content::ResourceContext* resource_context, |
scoped_refptr<quota::SpecialStoragePolicy> special_storage_policy); |
private: |
@@ -68,7 +68,7 @@ |
const content::NotificationSource& source, |
const content::NotificationDetails& details) OVERRIDE; |
- const content::ResourceContext* resource_context_; |
+ content::ResourceContext* resource_context_; |
content::NotificationRegistrar registrar_; |
FilePath cache_path_; |