| Index: components/sync/core_impl/test/fake_model_type_processor.cc
|
| diff --git a/components/sync/core_impl/test/fake_model_type_processor.cc b/components/sync/core_impl/test/fake_model_type_processor.cc
|
| index 8858a608f65d494623a94d22eaccfa3df55f9d6d..50c46c364e710e0d72321a33ceaa82d5ae2e8976 100644
|
| --- a/components/sync/core_impl/test/fake_model_type_processor.cc
|
| +++ b/components/sync/core_impl/test/fake_model_type_processor.cc
|
| @@ -16,11 +16,11 @@ void FakeModelTypeProcessor::ConnectSync(std::unique_ptr<CommitQueue> worker) {}
|
| void FakeModelTypeProcessor::DisconnectSync() {}
|
|
|
| void FakeModelTypeProcessor::OnCommitCompleted(
|
| - const sync_pb::DataTypeState& type_state,
|
| + const sync_pb::ModelTypeState& type_state,
|
| const CommitResponseDataList& response_list) {}
|
|
|
| void FakeModelTypeProcessor::OnUpdateReceived(
|
| - const sync_pb::DataTypeState& type_state,
|
| + const sync_pb::ModelTypeState& type_state,
|
| const UpdateResponseDataList& updates) {}
|
|
|
| } // namespace syncer
|
|
|