| Index: components/sync/engine_impl/non_blocking_type_commit_contribution.h
|
| diff --git a/components/sync/engine_impl/non_blocking_type_commit_contribution.h b/components/sync/engine_impl/non_blocking_type_commit_contribution.h
|
| index 28434c6673aff7ddf548544d44ce3c953b44967a..b6c24f0a83d2b656cb150328045176019cbd6276 100644
|
| --- a/components/sync/engine_impl/non_blocking_type_commit_contribution.h
|
| +++ b/components/sync/engine_impl/non_blocking_type_commit_contribution.h
|
| @@ -34,7 +34,7 @@ class NonBlockingTypeCommitContribution : public syncer::CommitContribution {
|
| void AddToCommitMessage(sync_pb::ClientToServerMessage* msg) override;
|
| syncer::SyncerError ProcessCommitResponse(
|
| const sync_pb::ClientToServerResponse& response,
|
| - syncer::sessions::StatusController* status) override;
|
| + syncer::StatusController* status) override;
|
| void CleanUp() override;
|
| size_t GetNumEntries() const override;
|
|
|
|
|