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

Unified Diff: chrome/browser/task_manager/extension_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/extension_information.cc
diff --git a/chrome/browser/task_manager/extension_information.cc b/chrome/browser/task_manager/extension_information.cc
index 10b01393b478fbac964b00af9f537dcd5fbd2216..272b22c04d01e4fb078fed89cae4257597b28fc9 100644
--- a/chrome/browser/task_manager/extension_information.cc
+++ b/chrome/browser/task_manager/extension_information.cc
@@ -50,9 +50,9 @@ class ExtensionProcessResource : public RendererResource {
virtual ~ExtensionProcessResource();
// Resource methods:
- virtual base::string16 GetTitle() const OVERRIDE;
- virtual gfx::ImageSkia GetIcon() const OVERRIDE;
- virtual Type GetType() const OVERRIDE;
+ virtual base::string16 GetTitle() const override;
+ virtual gfx::ImageSkia GetIcon() const override;
+ virtual Type GetType() const override;
private:
// Returns true if the associated extension has a background page.
« no previous file with comments | « chrome/browser/task_manager/extension_information.h ('k') | chrome/browser/task_manager/guest_information.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698