| Index: chrome/test/base/testing_browser_process.h
|
| ===================================================================
|
| --- chrome/test/base/testing_browser_process.h (revision 106339)
|
| +++ chrome/test/base/testing_browser_process.h (working copy)
|
| @@ -56,6 +56,7 @@
|
| virtual base::Thread* file_thread() OVERRIDE;
|
| virtual base::Thread* db_thread() OVERRIDE;
|
| virtual base::Thread* cache_thread() OVERRIDE;
|
| + virtual base::Thread* appcache_thread() OVERRIDE;
|
| virtual WatchDogThread* watchdog_thread() OVERRIDE;
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|