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

Unified Diff: sync/engine/syncer.cc

Issue 10735041: Remove syncproto.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
Index: sync/engine/syncer.cc
diff --git a/sync/engine/syncer.cc b/sync/engine/syncer.cc
index ff28c738626cf6aa8d50aa4105922290593aac67..e813bc3719bf166f582a85c0ef95441971846b07 100644
--- a/sync/engine/syncer.cc
+++ b/sync/engine/syncer.cc
@@ -22,7 +22,6 @@
#include "sync/engine/resolve_conflicts_command.h"
#include "sync/engine/store_timestamps_command.h"
#include "sync/engine/syncer_types.h"
-#include "sync/engine/syncproto.h"
#include "sync/engine/throttled_data_type_tracker.h"
#include "sync/engine/verify_updates_command.h"
#include "sync/syncable/mutable_entry.h"
@@ -244,7 +243,7 @@ void Syncer::SyncShare(sessions::SyncSession* session,
}
void Syncer::ProcessClientCommand(sessions::SyncSession* session) {
- const ClientToServerResponse& response =
+ const sync_pb::ClientToServerResponse& response =
session->status_controller().updates_response();
if (!response.has_client_command())
return;

Powered by Google App Engine
This is Rietveld 408576698