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

Unified Diff: chrome/browser/image_holder_unittest.cc

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
« no previous file with comments | « chrome/browser/image_holder.h ('k') | chrome/browser/importer/external_process_importer_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/image_holder_unittest.cc
diff --git a/chrome/browser/image_holder_unittest.cc b/chrome/browser/image_holder_unittest.cc
index 19b1e01626e9693fb764c5b2daf40676826a70af..beac7a482c4182c605894830aaf12fe63a4c3bfa 100644
--- a/chrome/browser/image_holder_unittest.cc
+++ b/chrome/browser/image_holder_unittest.cc
@@ -15,7 +15,7 @@ const char kIconUrl2[] = "http://www.google.com/icon2.jpg";
class TestDelegate : public chrome::ImageHolderDelegate {
public:
TestDelegate() : on_fetch_complete_called_(false) {}
- virtual void OnFetchComplete() OVERRIDE {
+ virtual void OnFetchComplete() override {
on_fetch_complete_called_ = true;
}
bool on_fetch_complete_called_;
« no previous file with comments | « chrome/browser/image_holder.h ('k') | chrome/browser/importer/external_process_importer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698