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

Unified Diff: sync/sessions/status_controller.h

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/sessions/session_state.h ('k') | sync/sessions/status_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sessions/status_controller.h
diff --git a/sync/sessions/status_controller.h b/sync/sessions/status_controller.h
index 9d4fbb47dea4521c495786f234b6b026b18bb9d3..9ffc93f585baaac4b0f0faf84654f523cb209b40 100644
--- a/sync/sessions/status_controller.h
+++ b/sync/sessions/status_controller.h
@@ -73,10 +73,10 @@ class StatusController {
void set_updates_request_types(syncer::ModelTypeSet value) {
model_neutral_.updates_request_types = value;
}
- const ClientToServerResponse& updates_response() const {
+ const sync_pb::ClientToServerResponse& updates_response() const {
return model_neutral_.updates_response;
}
- ClientToServerResponse* mutable_updates_response() {
+ sync_pb::ClientToServerResponse* mutable_updates_response() {
return &model_neutral_.updates_response;
}
« no previous file with comments | « sync/sessions/session_state.h ('k') | sync/sessions/status_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698