| Index: chrome/test/testing_browser_process.h
|
| ===================================================================
|
| --- chrome/test/testing_browser_process.h (revision 76198)
|
| +++ chrome/test/testing_browser_process.h (working copy)
|
| @@ -22,6 +22,7 @@
|
| class IOThread;
|
| class GoogleURLTracker;
|
| class PrefService;
|
| +class WatchDogThread;
|
|
|
| namespace base {
|
| class WaitableEvent;
|
| @@ -58,6 +59,8 @@
|
|
|
| virtual base::Thread* cache_thread();
|
|
|
| + virtual WatchDogThread* watchdog_thread();
|
| +
|
| virtual ProfileManager* profile_manager();
|
|
|
| virtual PrefService* local_state();
|
|
|