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

Unified Diff: content/browser/transition_request_manager_unittest.cc

Issue 678073006: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bogus formatting 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 | « content/browser/tracing/tracing_controller_browsertest.cc ('k') | content/browser/udev_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/transition_request_manager_unittest.cc
diff --git a/content/browser/transition_request_manager_unittest.cc b/content/browser/transition_request_manager_unittest.cc
index bc91c4afbe54eee3fd0e477e43dcbefa76d33b63..95bc01e0242e8944c779ec9c8ed99e9d0a2e4060 100644
--- a/content/browser/transition_request_manager_unittest.cc
+++ b/content/browser/transition_request_manager_unittest.cc
@@ -11,7 +11,7 @@ namespace content {
class TransitionRequestManagerTest : public testing::Test {
public:
- virtual ~TransitionRequestManagerTest() {}
+ ~TransitionRequestManagerTest() override {}
};
TEST_F(TransitionRequestManagerTest,
« no previous file with comments | « content/browser/tracing/tracing_controller_browsertest.cc ('k') | content/browser/udev_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698