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

Unified Diff: sync/engine/commit.cc

Issue 10916276: sync: add Google API Key to all ClientToServerMessages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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: sync/engine/commit.cc
diff --git a/sync/engine/commit.cc b/sync/engine/commit.cc
index 731643a3b4d66a7363618c319341fcd73c1f1af3..49443e9db2a681c24046df5e65a3a29c8ecd7b3e 100644
--- a/sync/engine/commit.cc
+++ b/sync/engine/commit.cc
@@ -101,7 +101,7 @@ SyncerError BuildAndPostCommitsImpl(Syncer* syncer,
DVLOG(1) << "Sending commit message.";
TRACE_EVENT_BEGIN0("sync", "PostCommit");
const SyncerError post_result = SyncerProtoUtil::PostClientToServerMessage(
- commit_message, &commit_response, session);
+ &commit_message, &commit_response, session);
TRACE_EVENT_END0("sync", "PostCommit");
if (post_result != SYNCER_OK) {

Powered by Google App Engine
This is Rietveld 408576698