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

Unified Diff: components/sync/engine_impl/worker_entity_tracker.h

Issue 2339403004: [Sync] Add two more USS integration tests. (Closed)
Patch Set: Created 4 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: components/sync/engine_impl/worker_entity_tracker.h
diff --git a/components/sync/engine_impl/worker_entity_tracker.h b/components/sync/engine_impl/worker_entity_tracker.h
index 1eea4f4356b1950d021f2809c5aee09f4dc8b5fd..eeeed827e93d2628848dca99aab24b8e57b386a0 100644
--- a/components/sync/engine_impl/worker_entity_tracker.h
+++ b/components/sync/engine_impl/worker_entity_tracker.h
@@ -56,7 +56,7 @@ class WorkerEntityTracker {
void ReceiveCommitResponse(CommitResponseData* ack);
// Handles receipt of an update from the server.
- void ReceiveUpdate(int64_t version);
+ void ReceiveUpdate(const UpdateResponseData& update);
// Handles the receipt of an encrypted update from the server.
//

Powered by Google App Engine
This is Rietveld 408576698