| Index: sync/engine/syncer_proto_util.h
|
| diff --git a/sync/engine/syncer_proto_util.h b/sync/engine/syncer_proto_util.h
|
| index fab140649412523997ca31134bfe77d53658322a..8256dbd82c379e17df65af682f99d21da372ffa8 100644
|
| --- a/sync/engine/syncer_proto_util.h
|
| +++ b/sync/engine/syncer_proto_util.h
|
| @@ -43,7 +43,7 @@ class SyncerProtoUtil {
|
| // Returns true on success. Also handles store birthday verification: will
|
| // produce a SyncError if the birthday is incorrect.
|
| static SyncerError PostClientToServerMessage(
|
| - const sync_pb::ClientToServerMessage& msg,
|
| + sync_pb::ClientToServerMessage* msg,
|
| sync_pb::ClientToServerResponse* response,
|
| sessions::SyncSession* session);
|
|
|
|
|