| Index: chrome/browser/task_manager/printing_information.h
|
| diff --git a/chrome/browser/task_manager/printing_information.h b/chrome/browser/task_manager/printing_information.h
|
| index 2296d06faa92c9cd91b059209d059b08c7298c2e..d9dc6674364a5e3939adefdd9b656c8a812d02a9 100644
|
| --- a/chrome/browser/task_manager/printing_information.h
|
| +++ b/chrome/browser/task_manager/printing_information.h
|
| @@ -18,12 +18,12 @@ class PrintingResource;
|
| class PrintingInformation : public NotificationObservingWebContentsInformation {
|
| public:
|
| PrintingInformation();
|
| - virtual ~PrintingInformation();
|
| + ~PrintingInformation() override;
|
|
|
| - virtual bool CheckOwnership(content::WebContents* web_contents) override;
|
| - virtual void GetAll(const NewWebContentsCallback& callback) override;
|
| + bool CheckOwnership(content::WebContents* web_contents) override;
|
| + void GetAll(const NewWebContentsCallback& callback) override;
|
|
|
| - virtual scoped_ptr<RendererResource> MakeResource(
|
| + scoped_ptr<RendererResource> MakeResource(
|
| content::WebContents* web_contents) override;
|
|
|
| private:
|
|
|