| 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.
|
|
|