Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(543)

Unified Diff: sync/internal_api/public/events/configure_get_updates_request_event.h

Issue 642023004: Standardize usage of virtual/override/final in sync/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sync/internal_api/public/events/configure_get_updates_request_event.h
diff --git a/sync/internal_api/public/events/configure_get_updates_request_event.h b/sync/internal_api/public/events/configure_get_updates_request_event.h
index fd980742de04c92e1fc4a2ccd58983b238967a4e..984f3e85d50e19a72b2e709439cd25a01009df39 100644
--- a/sync/internal_api/public/events/configure_get_updates_request_event.h
+++ b/sync/internal_api/public/events/configure_get_updates_request_event.h
@@ -22,13 +22,13 @@ class SYNC_EXPORT_PRIVATE ConfigureGetUpdatesRequestEvent
base::Time timestamp,
sync_pb::SyncEnums::GetUpdatesOrigin origin,
const sync_pb::ClientToServerMessage& request);
- virtual ~ConfigureGetUpdatesRequestEvent();
+ ~ConfigureGetUpdatesRequestEvent() 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;
+ base::Time GetTimestamp() const override;
+ std::string GetType() const override;
+ std::string GetDetails() const override;
+ scoped_ptr<base::DictionaryValue> GetProtoMessage() const override;
+ scoped_ptr<ProtocolEvent> Clone() const override;
private:
const base::Time timestamp_;
« no previous file with comments | « sync/internal_api/public/events/commit_response_event.h ('k') | sync/internal_api/public/events/get_updates_response_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698