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

Unified Diff: extensions/shell/browser/shell_extension_web_contents_observer.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
Index: extensions/shell/browser/shell_extension_web_contents_observer.h
diff --git a/extensions/shell/browser/shell_extension_web_contents_observer.h b/extensions/shell/browser/shell_extension_web_contents_observer.h
index 7cec0420e5b6451b45c236e0e27e58d294e3881a..a2a187fdae60d0d198021f828816bdcb62563db2 100644
--- a/extensions/shell/browser/shell_extension_web_contents_observer.h
+++ b/extensions/shell/browser/shell_extension_web_contents_observer.h
@@ -19,7 +19,7 @@ class ShellExtensionWebContentsObserver
explicit ShellExtensionWebContentsObserver(
content::WebContents* web_contents);
- virtual ~ShellExtensionWebContentsObserver();
+ ~ShellExtensionWebContentsObserver() override;
DISALLOW_COPY_AND_ASSIGN(ShellExtensionWebContentsObserver);
};
« no previous file with comments | « extensions/shell/browser/shell_extension_system_factory.h ('k') | extensions/shell/browser/shell_extensions_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698