Chromium Code Reviews| Index: webkit/appcache/appcache_service.h |
| =================================================================== |
| --- webkit/appcache/appcache_service.h (revision 100467) |
| +++ webkit/appcache/appcache_service.h (working copy) |
| @@ -57,6 +57,7 @@ |
| virtual ~AppCacheService(); |
| void Initialize(const FilePath& cache_directory, |
| + base::MessageLoopProxy* db_thread, |
| base::MessageLoopProxy* cache_thread); |
| // Purges any memory not needed. |