| Index: content/browser/appcache/chrome_appcache_service.cc
|
| ===================================================================
|
| --- content/browser/appcache/chrome_appcache_service.cc (revision 106339)
|
| +++ content/browser/appcache/chrome_appcache_service.cc (working copy)
|
| @@ -31,9 +31,10 @@
|
| NotificationService::AllSources());
|
|
|
| // Init our base class.
|
| - Initialize(cache_path_,
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::DB),
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::CACHE));
|
| + Initialize(
|
| + cache_path_,
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::APPCACHE),
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::CACHE));
|
| set_appcache_policy(this);
|
| set_special_storage_policy(special_storage_policy);
|
| }
|
|
|