Index: content/browser/appcache/chrome_appcache_service.h |
=================================================================== |
--- content/browser/appcache/chrome_appcache_service.h (revision 156155) |
+++ content/browser/appcache/chrome_appcache_service.h (working copy) |
@@ -16,6 +16,10 @@ |
class FilePath; |
+namespace net { |
+class URLRequestContextGetter; |
+} |
+ |
namespace content { |
class ResourceContext; |
} |
@@ -44,6 +48,7 @@ |
void InitializeOnIOThread( |
const FilePath& cache_path, // may be empty to use in-memory structures |
content::ResourceContext* resource_context, |
+ net::URLRequestContextGetter* request_context_getter, |
scoped_refptr<quota::SpecialStoragePolicy> special_storage_policy); |
// AppCachePolicy overrides |