| Index: content/browser/appcache/chrome_appcache_service.cc
|
| diff --git a/content/browser/appcache/chrome_appcache_service.cc b/content/browser/appcache/chrome_appcache_service.cc
|
| index d865070998a55fa27ea7bf54f372f4e97201fc2e..1477b97370e92739cf10b6ba147159a4ea504117 100644
|
| --- a/content/browser/appcache/chrome_appcache_service.cc
|
| +++ b/content/browser/appcache/chrome_appcache_service.cc
|
| @@ -46,7 +46,7 @@ void ChromeAppCacheService::InitializeOnIOThread(
|
| BrowserThread::FILE_USER_BLOCKING),
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::CACHE));
|
| set_appcache_policy(this);
|
| - set_special_storage_policy(special_storage_policy);
|
| + set_special_storage_policy(special_storage_policy.get());
|
| }
|
|
|
| bool ChromeAppCacheService::CanLoadAppCache(const GURL& manifest_url,
|
|
|