Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(992)

Unified Diff: chrome/browser/task_manager/tab_contents_information.h

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 03c737aa4e875186a651a0a0de8bc5f0824e7931..c7403393caa0eb6667d900677424afee66a8323f 100644
--- a/chrome/browser/task_manager/tab_contents_information.h
+++ b/chrome/browser/task_manager/tab_contents_information.h
@@ -21,10 +21,10 @@ class TabContentsInformation
virtual ~TabContentsInformation();
// WebContentsInformation implementation.
- 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(TabContentsInformation);
« no previous file with comments | « chrome/browser/task_manager/renderer_resource.h ('k') | chrome/browser/task_manager/tab_contents_information.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698