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

Unified Diff: sync/syncable/directory_unittest.h

Issue 792343004: Standardize usage of virtual/override/final specifiers in sync/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/syncable/directory_backing_store_unittest.cc ('k') | sync/syncable/parent_child_index_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/directory_unittest.h
diff --git a/sync/syncable/directory_unittest.h b/sync/syncable/directory_unittest.h
index 81e388823a4517f8660c57a5cb9fb8b056a0ef22..e5427a8d76bea7548a6d832601691ad7e390ce84 100644
--- a/sync/syncable/directory_unittest.h
+++ b/sync/syncable/directory_unittest.h
@@ -35,10 +35,10 @@ class SyncableDirectoryTest : public testing::Test {
static const char kDirectoryName[];
SyncableDirectoryTest();
- virtual ~SyncableDirectoryTest();
+ ~SyncableDirectoryTest() override;
- virtual void SetUp();
- virtual void TearDown();
+ void SetUp() override;
+ void TearDown() override;
// Destroys any currently opened directory, creates and opens a new one.
//
« no previous file with comments | « sync/syncable/directory_backing_store_unittest.cc ('k') | sync/syncable/parent_child_index_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698