| Index: chrome/browser/sync/profile_sync_service_harness.h
|
| diff --git a/chrome/browser/sync/profile_sync_service_harness.h b/chrome/browser/sync/profile_sync_service_harness.h
|
| index d895e6ad3704ee2e6dface22d84cf6a4e08c95c4..1bdae68243d60cfa31783b353f9d57fd9931c6e7 100644
|
| --- a/chrome/browser/sync/profile_sync_service_harness.h
|
| +++ b/chrome/browser/sync/profile_sync_service_harness.h
|
| @@ -187,7 +187,7 @@ class ProfileSyncServiceHarness : public ProfileSyncServiceObserver {
|
| bool MatchesOtherClient(ProfileSyncServiceHarness* partner);
|
|
|
| // Logs message with relevant info about client's sync state (if available).
|
| - void LogClientInfo(std::string message);
|
| + void LogClientInfo(const std::string& message);
|
|
|
| // Gets the current progress indicator of the current sync session
|
| // for a particular datatype.
|
|
|