Index: chrome/browser/sync/profile_sync_service_startup_unittest.cc |
=================================================================== |
--- chrome/browser/sync/profile_sync_service_startup_unittest.cc (revision 136877) |
+++ chrome/browser/sync/profile_sync_service_startup_unittest.cc (working copy) |
@@ -40,6 +40,7 @@ |
public: |
ProfileSyncServiceStartupTest() |
: ui_thread_(BrowserThread::UI, &ui_loop_), |
+ db_thread_(BrowserThread::DB), |
file_thread_(BrowserThread::FILE), |
io_thread_(BrowserThread::IO), |
profile_(new TestingProfile) {} |
@@ -98,6 +99,7 @@ |
MessageLoop ui_loop_; |
content::TestBrowserThread ui_thread_; |
+ content::TestBrowserThread db_thread_; |
content::TestBrowserThread file_thread_; |
content::TestBrowserThread io_thread_; |
scoped_ptr<TestingProfile> profile_; |