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

Unified Diff: sync/test/fake_server/permanent_entity.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
« no previous file with comments | « sync/test/fake_server/fake_server_network_resources.h ('k') | sync/test/fake_server/tombstone_entity.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/fake_server/permanent_entity.h
diff --git a/sync/test/fake_server/permanent_entity.h b/sync/test/fake_server/permanent_entity.h
index 66f9eb0f13b5d8589e4885417e7a108a92fcc219..210e39694aaceb62990992b4a3e4c022a37788b8 100644
--- a/sync/test/fake_server/permanent_entity.h
+++ b/sync/test/fake_server/permanent_entity.h
@@ -37,10 +37,10 @@ class PermanentEntity : public FakeServerEntity {
FakeServerEntity* current_server_entity);
// FakeServerEntity implementation.
- virtual std::string GetParentId() const OVERRIDE;
- virtual void SerializeAsProto(sync_pb::SyncEntity* proto) OVERRIDE;
- virtual bool IsDeleted() const OVERRIDE;
- virtual bool IsFolder() const OVERRIDE;
+ virtual std::string GetParentId() const override;
+ virtual void SerializeAsProto(sync_pb::SyncEntity* proto) override;
+ virtual bool IsDeleted() const override;
+ virtual bool IsFolder() const override;
private:
PermanentEntity(const std::string& id,
« no previous file with comments | « sync/test/fake_server/fake_server_network_resources.h ('k') | sync/test/fake_server/tombstone_entity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698