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 3c00de5cf5e04a317d4fe715ec9bd2a8a4297b5f..5f817cd14f4ab3ac8bf6027c462f41a80b92ca50 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 @@ KeyedService* BuildBookmarkModelWithoutLoading( |
Profile* profile = static_cast<Profile*>(context); |
ChromeBookmarkClient* bookmark_client = |
ChromeBookmarkClientFactory::GetForProfile(profile); |
- BookmarkModel* bookmark_model = new BookmarkModel(bookmark_client, false); |
+ BookmarkModel* bookmark_model = new BookmarkModel(bookmark_client); |
bookmark_client->Init(bookmark_model); |
return bookmark_model; |
} |