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

Unified Diff: extensions/shell/test/shell_apitest.h

Issue 667153007: 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 | « extensions/shell/renderer/shell_extensions_renderer_client.h ('k') | extensions/shell/test/shell_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/test/shell_apitest.h
diff --git a/extensions/shell/test/shell_apitest.h b/extensions/shell/test/shell_apitest.h
index 6eb0cb06fb3adf52eff72460be36cb1283d87086..36883848d9ca341b3e1d872022ee036beed1f5fe 100644
--- a/extensions/shell/test/shell_apitest.h
+++ b/extensions/shell/test/shell_apitest.h
@@ -16,7 +16,7 @@ namespace extensions {
class ShellApiTest : public AppShellTest {
public:
ShellApiTest();
- virtual ~ShellApiTest();
+ ~ShellApiTest() override;
// Loads an unpacked platform app from a directory using the current
// ExtensionSystem, launches it, and waits for a chrome.test success
« no previous file with comments | « extensions/shell/renderer/shell_extensions_renderer_client.h ('k') | extensions/shell/test/shell_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698