Index: chrome/browser/sync/profile_sync_service_startup_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_startup_unittest.cc b/chrome/browser/sync/profile_sync_service_startup_unittest.cc |
index fdf07900587ac8c5160089076ff848fb2320b7f0..2282a67304c8af0c1b49cb56409c8a93a8e09ce2 100644 |
--- a/chrome/browser/sync/profile_sync_service_startup_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_startup_unittest.cc |
@@ -40,6 +40,7 @@ class ProfileSyncServiceStartupTest : public testing::Test { |
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 @@ class ProfileSyncServiceStartupTest : public testing::Test { |
MessageLoop ui_loop_; |
content::TestBrowserThread ui_thread_; |
+ content::TestBrowserThread db_thread_; |
content::TestBrowserThread file_thread_; |
content::TestBrowserThread io_thread_; |
scoped_ptr<TestingProfile> profile_; |