| Index: webkit/appcache/appcache_service.h
|
| ===================================================================
|
| --- webkit/appcache/appcache_service.h (revision 48989)
|
| +++ webkit/appcache/appcache_service.h (working copy)
|
| @@ -19,6 +19,10 @@
|
|
|
| class URLRequestContext;
|
|
|
| +namespace base {
|
| +class MessageLoopProxy;
|
| +}
|
| +
|
| namespace appcache {
|
|
|
| class AppCacheBackendImpl;
|
| @@ -62,7 +66,8 @@
|
| AppCacheService();
|
| virtual ~AppCacheService();
|
|
|
| - void Initialize(const FilePath& cache_directory);
|
| + void Initialize(const FilePath& cache_directory,
|
| + base::MessageLoopProxy* cache_thread);
|
|
|
| // Purges any memory not needed.
|
| void PurgeMemory() {
|
|
|