Index: chrome/browser/task_manager/extension_information.h |
diff --git a/chrome/browser/task_manager/extension_information.h b/chrome/browser/task_manager/extension_information.h |
index 8bc909e19074d91af6a9022aa0401ffa721ba69c..879d3eff5c9f74ddfa63e7eaeb7f05e741039615 100644 |
--- a/chrome/browser/task_manager/extension_information.h |
+++ b/chrome/browser/task_manager/extension_information.h |
@@ -18,12 +18,12 @@ class ExtensionInformation |
: public NotificationObservingWebContentsInformation { |
public: |
ExtensionInformation(); |
- virtual ~ExtensionInformation(); |
+ ~ExtensionInformation() override; |
// WebContentsInformation implementation. |
- virtual bool CheckOwnership(content::WebContents* web_contents) override; |
- virtual void GetAll(const NewWebContentsCallback& callback) override; |
- virtual scoped_ptr<RendererResource> MakeResource( |
+ bool CheckOwnership(content::WebContents* web_contents) override; |
+ void GetAll(const NewWebContentsCallback& callback) override; |
+ scoped_ptr<RendererResource> MakeResource( |
content::WebContents* web_contents) override; |
private: |