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

Unified Diff: sync/engine/directory_commit_contributor.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/engine/directory_commit_contribution_unittest.cc ('k') | sync/engine/directory_update_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/directory_commit_contributor.h
diff --git a/sync/engine/directory_commit_contributor.h b/sync/engine/directory_commit_contributor.h
index a1c91047209f45e4002a2b203d980fffa092da7f..126709a5b1c54fffd84551da33bf4970bd02f99d 100644
--- a/sync/engine/directory_commit_contributor.h
+++ b/sync/engine/directory_commit_contributor.h
@@ -35,7 +35,7 @@ class DirectoryCommitContributor : public CommitContributor {
virtual ~DirectoryCommitContributor();
virtual scoped_ptr<CommitContribution> GetContribution(
- size_t max_entries) OVERRIDE;
+ size_t max_entries) override;
private:
syncable::Directory* dir_;
« no previous file with comments | « sync/engine/directory_commit_contribution_unittest.cc ('k') | sync/engine/directory_update_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698