Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1206)

Unified Diff: chrome/browser/sync/profile_sync_service_harness.h

Issue 6733043: Coverity: Pass parameters by reference. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/browser/search_engines/search_provider_install_data.cc ('k') | chrome/browser/sync/profile_sync_service_harness.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698