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

Unified Diff: sync/engine/model_type_worker.h

Issue 1933803002: [Sync] USS: Ignore encryption changes during conflict resolution 2/2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment. Created 4 years, 8 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
« no previous file with comments | « no previous file | sync/engine/model_type_worker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/model_type_worker.h
diff --git a/sync/engine/model_type_worker.h b/sync/engine/model_type_worker.h
index fae02f016603cfc0794c37349249380f1af3a069..bd415385225e1446d7ca58dab9c05865a47caaf0 100644
--- a/sync/engine/model_type_worker.h
+++ b/sync/engine/model_type_worker.h
@@ -93,7 +93,7 @@ class SYNC_EXPORT ModelTypeWorker : public syncer::UpdateHandler,
size_t max_entries) override;
// Callback for when our contribution gets a response.
- void OnCommitResponse(const CommitResponseDataList& response_list);
+ void OnCommitResponse(CommitResponseDataList* response_list);
base::WeakPtr<ModelTypeWorker> AsWeakPtr();
« no previous file with comments | « no previous file | sync/engine/model_type_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698