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

Unified Diff: chrome/test/nacl/nacl_browsertest_util.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/data/webui/print_preview.h ('k') | chrome/test/nacl/pnacl_header_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/nacl/nacl_browsertest_util.h
diff --git a/chrome/test/nacl/nacl_browsertest_util.h b/chrome/test/nacl/nacl_browsertest_util.h
index 13ebf8c1c11f51d5987787d31dc0392d05721be0..4a7c3c6dbc2981786d193f5c0fbc6ab28d75e355 100644
--- a/chrome/test/nacl/nacl_browsertest_util.h
+++ b/chrome/test/nacl/nacl_browsertest_util.h
@@ -59,7 +59,7 @@ class LoadTestMessageHandler : public StructuredMessageHandler {
class NaClBrowserTestBase : public InProcessBrowserTest {
public:
NaClBrowserTestBase();
- virtual ~NaClBrowserTestBase();
+ ~NaClBrowserTestBase() override;
void SetUpCommandLine(base::CommandLine* command_line) override;
« no previous file with comments | « chrome/test/data/webui/print_preview.h ('k') | chrome/test/nacl/pnacl_header_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698