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

Unified Diff: extensions/browser/process_map.h

Issue 664933004: Standardize usage of virtual/override/final in extensions/ (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/browser/process_manager_unittest.cc ('k') | extensions/browser/process_map_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/process_map.h
diff --git a/extensions/browser/process_map.h b/extensions/browser/process_map.h
index 731bf4f802b6fce085e89f02f4a50f9607c67ebd..abf523c8742c01a2cc0c8a5a1d8ae7408e917608 100644
--- a/extensions/browser/process_map.h
+++ b/extensions/browser/process_map.h
@@ -75,7 +75,7 @@ class Extension;
class ProcessMap : public KeyedService {
public:
ProcessMap();
- virtual ~ProcessMap();
+ ~ProcessMap() override;
// Returns the instance for |browser_context|. An instance is shared between
// an incognito and a regular context.
« no previous file with comments | « extensions/browser/process_manager_unittest.cc ('k') | extensions/browser/process_map_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698