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

Unified Diff: chrome/browser/ui/app_list/search/webstore/webstore_result.cc

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/ui/app_list/search/webstore/webstore_result.cc
diff --git a/chrome/browser/ui/app_list/search/webstore/webstore_result.cc b/chrome/browser/ui/app_list/search/webstore/webstore_result.cc
index 6b3d25b9e13d919a1cfa0c513ee2d6c66332dc9c..919dd50e7408e75135219b1844cd0c6cc46d4ae2 100644
--- a/chrome/browser/ui/app_list/search/webstore/webstore_result.cc
+++ b/chrome/browser/ui/app_list/search/webstore/webstore_result.cc
@@ -43,7 +43,7 @@ class BadgedIconSource : public gfx::CanvasImageSource {
BadgedIconSource(const gfx::ImageSkia& icon, const gfx::Size& icon_size)
: CanvasImageSource(icon_size, false), icon_(icon) {}
- virtual void Draw(gfx::Canvas* canvas) OVERRIDE {
+ virtual void Draw(gfx::Canvas* canvas) override {
canvas->DrawImageInt(icon_, 0, 0);
const gfx::ImageSkia& badge = *ui::ResourceBundle::GetSharedInstance().
GetImageSkiaNamed(IDR_WEBSTORE_ICON_16);
« no previous file with comments | « chrome/browser/ui/app_list/search/webstore/webstore_result.h ('k') | chrome/browser/ui/app_list/start_page_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698