| 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;
|
|
|