| Index: chrome/browser/task_manager/tab_contents_information.h
|
| diff --git a/chrome/browser/task_manager/tab_contents_information.h b/chrome/browser/task_manager/tab_contents_information.h
|
| index c7403393caa0eb6667d900677424afee66a8323f..5bd638019277620309195410480c788a258f02b1 100644
|
| --- a/chrome/browser/task_manager/tab_contents_information.h
|
| +++ b/chrome/browser/task_manager/tab_contents_information.h
|
| @@ -18,12 +18,12 @@ class TabContentsInformation
|
| : public NotificationObservingWebContentsInformation {
|
| public:
|
| TabContentsInformation();
|
| - virtual ~TabContentsInformation();
|
| + ~TabContentsInformation() 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:
|
|
|