diff options
Diffstat (limited to 'chrome/test/testing_browser_process.h')
-rw-r--r-- | chrome/test/testing_browser_process.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h index 57c076b..b7255d0 100644 --- a/chrome/test/testing_browser_process.h +++ b/chrome/test/testing_browser_process.h @@ -37,15 +37,15 @@ class TestingBrowserProcess : public BrowserProcess { return NULL; } - virtual Thread* io_thread() { + virtual base::Thread* io_thread() { return NULL; } - virtual Thread* file_thread() { + virtual base::Thread* file_thread() { return NULL; } - virtual Thread* db_thread() { + virtual base::Thread* db_thread() { return NULL; } |