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

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

Issue 629733002: replace OVERRIDE and FINAL with override and 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/commit_request_event.h
diff --git a/sync/internal_api/public/events/commit_request_event.h b/sync/internal_api/public/events/commit_request_event.h
index d79b69c50e3a6e574a696574112ac79ea3766607..e8f7a1c17c9cbe05c57dc46695640f158b937b3d 100644
--- a/sync/internal_api/public/events/commit_request_event.h
+++ b/sync/internal_api/public/events/commit_request_event.h
@@ -27,11 +27,11 @@ class SYNC_EXPORT_PRIVATE CommitRequestEvent : public ProtocolEvent {
const sync_pb::ClientToServerMessage& request);
virtual ~CommitRequestEvent();
- 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;
static scoped_ptr<base::DictionaryValue> ToValue(
const ProtocolEvent& event);
« no previous file with comments | « sync/internal_api/public/engine/passive_model_worker.h ('k') | sync/internal_api/public/events/commit_response_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698