| Index: sync/internal_api/js_mutation_event_observer.h
|
| diff --git a/sync/internal_api/js_mutation_event_observer.h b/sync/internal_api/js_mutation_event_observer.h
|
| index 6c92646e391d8ecf0b22648ef1989a76519f5a58..5a007cbdc92dc1a77b56aa2fccb3c841bec85277 100644
|
| --- a/sync/internal_api/js_mutation_event_observer.h
|
| +++ b/sync/internal_api/js_mutation_event_observer.h
|
| @@ -46,13 +46,13 @@ class SYNC_EXPORT_PRIVATE JsMutationEventObserver
|
| virtual void OnChangesApplied(
|
| ModelType model_type,
|
| int64 write_transaction_id,
|
| - const ImmutableChangeRecordList& changes) OVERRIDE;
|
| - virtual void OnChangesComplete(ModelType model_type) OVERRIDE;
|
| + const ImmutableChangeRecordList& changes) override;
|
| + virtual void OnChangesComplete(ModelType model_type) override;
|
|
|
| // syncable::TransactionObserver implementation.
|
| virtual void OnTransactionWrite(
|
| const syncable::ImmutableWriteTransactionInfo& write_transaction_info,
|
| - ModelTypeSet models_with_changes) OVERRIDE;
|
| + ModelTypeSet models_with_changes) override;
|
|
|
| private:
|
| WeakHandle<JsEventHandler> event_handler_;
|
|
|