| 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 9ba7a97e6f93d2e405d25df8a72834c3fe321263..2296d06faa92c9cd91b059209d059b08c7298c2e 100644
|
| --- a/chrome/browser/task_manager/printing_information.h
|
| +++ b/chrome/browser/task_manager/printing_information.h
|
| @@ -20,11 +20,11 @@ class PrintingInformation : public NotificationObservingWebContentsInformation {
|
| PrintingInformation();
|
| virtual ~PrintingInformation();
|
|
|
| - virtual bool CheckOwnership(content::WebContents* web_contents) OVERRIDE;
|
| - virtual void GetAll(const NewWebContentsCallback& callback) OVERRIDE;
|
| + virtual bool CheckOwnership(content::WebContents* web_contents) override;
|
| + virtual void GetAll(const NewWebContentsCallback& callback) override;
|
|
|
| virtual scoped_ptr<RendererResource> MakeResource(
|
| - content::WebContents* web_contents) OVERRIDE;
|
| + content::WebContents* web_contents) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(PrintingInformation);
|
|
|