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

Unified Diff: chrome/browser/themes/browser_theme_pack.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/themes/browser_theme_pack.h
diff --git a/chrome/browser/themes/browser_theme_pack.h b/chrome/browser/themes/browser_theme_pack.h
index 9777b0499f82e113e5e37ef448773c5e47560e0c..ab78da77a2f5eda5788f6284f51171cfd97b573c 100644
--- a/chrome/browser/themes/browser_theme_pack.h
+++ b/chrome/browser/themes/browser_theme_pack.h
@@ -79,13 +79,13 @@ class BrowserThemePack : public CustomThemeSupplier {
bool WriteToDisk(const base::FilePath& path) const;
// Overridden from CustomThemeSupplier:
- virtual bool GetTint(int id, color_utils::HSL* hsl) const OVERRIDE;
- virtual bool GetColor(int id, SkColor* color) const OVERRIDE;
- virtual bool GetDisplayProperty(int id, int* result) const OVERRIDE;
- virtual gfx::Image GetImageNamed(int id) OVERRIDE;
+ virtual bool GetTint(int id, color_utils::HSL* hsl) const override;
+ virtual bool GetColor(int id, SkColor* color) const override;
+ virtual bool GetDisplayProperty(int id, int* result) const override;
+ virtual gfx::Image GetImageNamed(int id) override;
virtual base::RefCountedMemory* GetRawData(
- int id, ui::ScaleFactor scale_factor) const OVERRIDE;
- virtual bool HasCustomImage(int id) const OVERRIDE;
+ int id, ui::ScaleFactor scale_factor) const override;
+ virtual bool HasCustomImage(int id) const override;
private:
friend class BrowserThemePackTest;
« no previous file with comments | « chrome/browser/task_manager/web_contents_resource_provider.cc ('k') | chrome/browser/themes/browser_theme_pack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698