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

Unified Diff: chrome/test/perf/browser_perf_test.h

Issue 679273002: 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
« no previous file with comments | « chrome/test/nacl/pnacl_header_test.h ('k') | chrome/test/remoting/remote_desktop_browsertest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/perf/browser_perf_test.h
diff --git a/chrome/test/perf/browser_perf_test.h b/chrome/test/perf/browser_perf_test.h
index 0ca22e77d79e40f39748fcf243f5f7f53b4453d4..ed54f17e7352ef40a1a09cfb588915580c14fd4c 100644
--- a/chrome/test/perf/browser_perf_test.h
+++ b/chrome/test/perf/browser_perf_test.h
@@ -14,7 +14,7 @@ class CommandLine;
class BrowserPerfTest : public InProcessBrowserTest {
public:
BrowserPerfTest();
- virtual ~BrowserPerfTest();
+ ~BrowserPerfTest() override;
// Set up common browser perf test flags. Typically call down to this if
// overridden.
« no previous file with comments | « chrome/test/nacl/pnacl_header_test.h ('k') | chrome/test/remoting/remote_desktop_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698