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 390891723dc641d3439282e09717c8aec2e12a29..0daae25621cc2c1c59d7852722dd7a054319a8a7 100644 |
--- a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc |
@@ -380,7 +380,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. |