| Index: chrome/browser/sync/glue/sync_backend_registrar_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/sync_backend_registrar_unittest.cc b/chrome/browser/sync/glue/sync_backend_registrar_unittest.cc
|
| index 1129bbffb8272ef42e504bda7cbe9e70afeef80f..3db65e9aa8506800906545295e371b71596ff562 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_registrar_unittest.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_registrar_unittest.cc
|
| @@ -60,10 +60,10 @@ class SyncBackendRegistrarTest : public testing::Test {
|
|
|
| protected:
|
| SyncBackendRegistrarTest()
|
| - : sync_thread_(NULL),
|
| - thread_bundle_(content::TestBrowserThreadBundle::REAL_DB_THREAD |
|
| + : thread_bundle_(content::TestBrowserThreadBundle::REAL_DB_THREAD |
|
| content::TestBrowserThreadBundle::REAL_FILE_THREAD |
|
| - content::TestBrowserThreadBundle::REAL_IO_THREAD) {}
|
| + content::TestBrowserThreadBundle::REAL_IO_THREAD),
|
| + sync_thread_(NULL) {}
|
|
|
| ~SyncBackendRegistrarTest() override {}
|
|
|
| @@ -101,12 +101,12 @@ class SyncBackendRegistrarTest : public testing::Test {
|
| }
|
| }
|
|
|
| + content::TestBrowserThreadBundle thread_bundle_;
|
| syncer::TestUserShare test_user_share_;
|
| TestingProfile profile_;
|
| scoped_ptr<SyncBackendRegistrar> registrar_;
|
|
|
| base::Thread* sync_thread_;
|
| - content::TestBrowserThreadBundle thread_bundle_;
|
| };
|
|
|
| TEST_F(SyncBackendRegistrarTest, ConstructorEmpty) {
|
|
|