| Index: chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc b/chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc
|
| index 37767737c6fc6d229e0f70c004ca0302c0f2109b..9a671131089ef332f042dbb6530774494440bd60 100644
|
| --- a/chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc
|
| @@ -77,7 +77,8 @@ BrowserContextKeyedService* BuildHistoryService(
|
| class SyncBookmarkDataTypeControllerTest : public testing::Test {
|
| public:
|
| SyncBookmarkDataTypeControllerTest()
|
| - : ui_thread_(BrowserThread::UI, &message_loop_) {}
|
| + : ui_thread_(BrowserThread::UI, &message_loop_),
|
| + service_(&profile_) {}
|
|
|
| virtual void SetUp() {
|
| model_associator_ = new ModelAssociatorMock();
|
|
|