| 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 5f817cd14f4ab3ac8bf6027c462f41a80b92ca50..3c00de5cf5e04a317d4fe715ec9bd2a8a4297b5f 100644
|
| --- a/chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc
|
| @@ -67,7 +67,7 @@
|
| Profile* profile = static_cast<Profile*>(context);
|
| ChromeBookmarkClient* bookmark_client =
|
| ChromeBookmarkClientFactory::GetForProfile(profile);
|
| - BookmarkModel* bookmark_model = new BookmarkModel(bookmark_client);
|
| + BookmarkModel* bookmark_model = new BookmarkModel(bookmark_client, false);
|
| bookmark_client->Init(bookmark_model);
|
| return bookmark_model;
|
| }
|
|
|