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

Unified Diff: chrome/browser/plugins/plugin_installer_observer.h

Issue 649683010: Standardize usage of virtual/override/final in chrome/browser/plugins (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/browser/plugins/plugin_installer.h ('k') | chrome/browser/plugins/plugin_installer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugin_installer_observer.h
diff --git a/chrome/browser/plugins/plugin_installer_observer.h b/chrome/browser/plugins/plugin_installer_observer.h
index e767bc1c57190fc20b207e797c1d96035a9d1b78..58c5e89f918802624792ff793e60e9286cc7fcce 100644
--- a/chrome/browser/plugins/plugin_installer_observer.h
+++ b/chrome/browser/plugins/plugin_installer_observer.h
@@ -35,7 +35,7 @@ class PluginInstallerObserver {
class WeakPluginInstallerObserver : public PluginInstallerObserver {
public:
explicit WeakPluginInstallerObserver(PluginInstaller* installer);
- virtual ~WeakPluginInstallerObserver();
+ ~WeakPluginInstallerObserver() override;
private:
friend class PluginInstaller;
« no previous file with comments | « chrome/browser/plugins/plugin_installer.h ('k') | chrome/browser/plugins/plugin_installer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698