| Index: chrome/browser/sync/glue/shared_change_processor_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/shared_change_processor_unittest.cc b/chrome/browser/sync/glue/shared_change_processor_unittest.cc
|
| index 795d73878c57ad2b502aa2b6b4c5edb1c36dfcb9..56f00594da35075c43996f6f7772fcb06d1f31e7 100644
|
| --- a/chrome/browser/sync/glue/shared_change_processor_unittest.cc
|
| +++ b/chrome/browser/sync/glue/shared_change_processor_unittest.cc
|
| @@ -37,8 +37,7 @@ class SyncSharedChangeProcessorTest : public testing::Test {
|
| public:
|
| SyncSharedChangeProcessorTest()
|
| : ui_thread_(BrowserThread::UI, &ui_loop_),
|
| - db_thread_(BrowserThread::DB),
|
| - db_syncable_service_(NULL) {}
|
| + db_thread_(BrowserThread::DB) {}
|
|
|
| virtual ~SyncSharedChangeProcessorTest() {
|
| EXPECT_FALSE(db_syncable_service_.get());
|
|
|