| Index: chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| index 910679c6752ca3f3b5948188fb7beb59b124250a..9de252988cbb37ab8b80f731649a765092c619fa 100644
|
| --- a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
|
| @@ -379,7 +379,8 @@ class ProfileSyncServiceBookmarkTest : public testing::Test {
|
| // change the sync model directly after ModelAssociation. This function can
|
| // be invoked prior to model association to set up first-time sync model
|
| // association scenarios.
|
| - int64 AddFolderToShare(syncer::WriteTransaction* trans, std::string title) {
|
| + int64 AddFolderToShare(syncer::WriteTransaction* trans,
|
| + const std::string& title) {
|
| EXPECT_FALSE(model_associator_);
|
|
|
| // Be sure to call CreatePermanentBookmarkNodes(), otherwise this will fail.
|
|
|