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

Unified Diff: chrome/browser/sync/test/integration/cross_platform_sync_test.cc

Issue 686563003: Standardize usage of virtual/override/final specifiers. (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: chrome/browser/sync/test/integration/cross_platform_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/cross_platform_sync_test.cc b/chrome/browser/sync/test/integration/cross_platform_sync_test.cc
index 1bc2b270ae5cf1d09d67076c55f3b4b1634bf40b..cfd873d4e791fe42bffb90e8befe9d3ce65c37ec 100644
--- a/chrome/browser/sync/test/integration/cross_platform_sync_test.cc
+++ b/chrome/browser/sync/test/integration/cross_platform_sync_test.cc
@@ -19,7 +19,7 @@ using sync_integration_test_util::AwaitCommitActivityCompletion;
class CrossPlatformSyncTest : public SyncTest {
public:
CrossPlatformSyncTest() : SyncTest(SINGLE_CLIENT) {}
- virtual ~CrossPlatformSyncTest() {}
+ ~CrossPlatformSyncTest() override {}
private:
DISALLOW_COPY_AND_ASSIGN(CrossPlatformSyncTest);
« no previous file with comments | « chrome/browser/sync/sync_startup_tracker_unittest.cc ('k') | chrome/browser/sync/test/integration/dictionary_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698