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

Unified Diff: chrome/browser/task_manager/background_information.cc

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/background_information.cc
diff --git a/chrome/browser/task_manager/background_information.cc b/chrome/browser/task_manager/background_information.cc
index 09cdad9e02125469a8f5af4c79691ac1733170b6..d475eb7630a14203f2553adf4451e5a50a795e36 100644
--- a/chrome/browser/task_manager/background_information.cc
+++ b/chrome/browser/task_manager/background_information.cc
@@ -45,8 +45,8 @@ class BackgroundContentsResource : public RendererResource {
virtual ~BackgroundContentsResource();
// Resource methods:
- virtual base::string16 GetTitle() const OVERRIDE;
- virtual gfx::ImageSkia GetIcon() const OVERRIDE;
+ virtual base::string16 GetTitle() const override;
+ virtual gfx::ImageSkia GetIcon() const override;
const base::string16& application_name() const { return application_name_; }
« no previous file with comments | « chrome/browser/task_manager/background_information.h ('k') | chrome/browser/task_manager/browser_process_resource_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698