| Index: sync/internal_api/public/events/normal_get_updates_request_event.h
|
| diff --git a/sync/internal_api/public/events/normal_get_updates_request_event.h b/sync/internal_api/public/events/normal_get_updates_request_event.h
|
| index ac3877e4bdf4b27d07cc9863d67eebf78d953d7d..466b895cd765fc34c6fa206cb7cd358b1f98ecc5 100644
|
| --- a/sync/internal_api/public/events/normal_get_updates_request_event.h
|
| +++ b/sync/internal_api/public/events/normal_get_updates_request_event.h
|
| @@ -29,11 +29,11 @@ class SYNC_EXPORT_PRIVATE NormalGetUpdatesRequestEvent : public ProtocolEvent {
|
|
|
| virtual ~NormalGetUpdatesRequestEvent();
|
|
|
| - virtual base::Time GetTimestamp() const OVERRIDE;
|
| - virtual std::string GetType() const OVERRIDE;
|
| - virtual std::string GetDetails() const OVERRIDE;
|
| - virtual scoped_ptr<base::DictionaryValue> GetProtoMessage() const OVERRIDE;
|
| - virtual scoped_ptr<ProtocolEvent> Clone() const OVERRIDE;
|
| + virtual base::Time GetTimestamp() const override;
|
| + virtual std::string GetType() const override;
|
| + virtual std::string GetDetails() const override;
|
| + virtual scoped_ptr<base::DictionaryValue> GetProtoMessage() const override;
|
| + virtual scoped_ptr<ProtocolEvent> Clone() const override;
|
|
|
| private:
|
| NormalGetUpdatesRequestEvent(
|
|
|