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

Unified Diff: sync/engine/store_timestamps_command.cc

Issue 10735041: Remove syncproto.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address most comments Created 8 years, 5 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 | « sync/engine/process_updates_command.cc ('k') | sync/engine/syncer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/store_timestamps_command.cc
diff --git a/sync/engine/store_timestamps_command.cc b/sync/engine/store_timestamps_command.cc
index 5911fca41a71e3434962b807861c377811a397f3..0925e33d7c90574ad8030b073a00ba32d3759413 100644
--- a/sync/engine/store_timestamps_command.cc
+++ b/sync/engine/store_timestamps_command.cc
@@ -18,7 +18,7 @@ SyncerError StoreTimestampsCommand::ExecuteImpl(
sessions::SyncSession* session) {
syncable::Directory* dir = session->context()->directory();
- const GetUpdatesResponse& updates =
+ const sync_pb::GetUpdatesResponse& updates =
session->status_controller().updates_response().get_updates();
sessions::StatusController* status = session->mutable_status_controller();
« no previous file with comments | « sync/engine/process_updates_command.cc ('k') | sync/engine/syncer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698