| Index: sync/internal_api/public/events/get_updates_response_event.h
|
| diff --git a/sync/internal_api/public/events/get_updates_response_event.h b/sync/internal_api/public/events/get_updates_response_event.h
|
| index c47fe9b51b1c1ca8455b3ba13b47a168228bbf0d..a9764621bd489ae47de9b779e3aa75e2a64caf0b 100644
|
| --- a/sync/internal_api/public/events/get_updates_response_event.h
|
| +++ b/sync/internal_api/public/events/get_updates_response_event.h
|
| @@ -28,11 +28,11 @@ class SYNC_EXPORT_PRIVATE GetUpdatesResponseEvent : public ProtocolEvent {
|
|
|
| virtual ~GetUpdatesResponseEvent();
|
|
|
| - 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:
|
| const base::Time timestamp_;
|
|
|