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

Unified Diff: chrome/browser/bitmap_fetcher/bitmap_fetcher_service.h

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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/bitmap_fetcher/bitmap_fetcher_service.h
diff --git a/chrome/browser/bitmap_fetcher/bitmap_fetcher_service.h b/chrome/browser/bitmap_fetcher/bitmap_fetcher_service.h
index 7e93c7b63fe3f679b54942bef17d18aeb091dea4..cd80c2168b4618bf00d2edbd5e1a2eda8b7132d5 100644
--- a/chrome/browser/bitmap_fetcher/bitmap_fetcher_service.h
+++ b/chrome/browser/bitmap_fetcher/bitmap_fetcher_service.h
@@ -81,7 +81,7 @@ class BitmapFetcherService : public KeyedService,
void RemoveFetcher(const chrome::BitmapFetcher* fetcher);
// BitmapFetcherDelegate implementation.
- virtual void OnFetchComplete(const GURL url, const SkBitmap* bitmap) OVERRIDE;
+ virtual void OnFetchComplete(const GURL url, const SkBitmap* bitmap) override;
// Currently active image fetchers.
BitmapFetchers active_fetchers_;

Powered by Google App Engine
This is Rietveld 408576698