| Index: chrome/browser/sync/profile_sync_service_harness.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_harness.cc b/chrome/browser/sync/profile_sync_service_harness.cc
|
| index fe3454f16e29220ce132f8483731fc58dc80a112..989f6a911ba46f1d810f373088d617079ae9956f 100644
|
| --- a/chrome/browser/sync/profile_sync_service_harness.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_harness.cc
|
| @@ -580,7 +580,7 @@ std::string ProfileSyncServiceHarness::GetUpdatedTimestamp(
|
| return snap->download_progress_markers[model_type];
|
| }
|
|
|
| -void ProfileSyncServiceHarness::LogClientInfo(std::string message) {
|
| +void ProfileSyncServiceHarness::LogClientInfo(const std::string& message) {
|
| if (service()) {
|
| const SyncSessionSnapshot* snap = GetLastSessionSnapshot();
|
| if (snap) {
|
|
|