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

Unified Diff: sync/syncable/syncable_unittest.cc

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/syncable/syncable_unittest.cc
diff --git a/sync/syncable/syncable_unittest.cc b/sync/syncable/syncable_unittest.cc
index 24d134d3daebf29c7218228605a4c22089f3b38f..7115aa4c22032c565fa46e92a51547de7ba6a9f2 100644
--- a/sync/syncable/syncable_unittest.cc
+++ b/sync/syncable/syncable_unittest.cc
@@ -53,7 +53,7 @@ class TestBackingStore : public OnDiskDirectoryBackingStore {
virtual ~TestBackingStore();
virtual bool SaveChanges(const Directory::SaveChangesSnapshot& snapshot)
- OVERRIDE;
+ override;
void StartFailingSaveChanges() {
fail_save_changes_ = true;
« no previous file with comments | « sync/syncable/syncable_model_neutral_write_transaction.h ('k') | sync/syncable/syncable_write_transaction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698