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

Unified Diff: chrome/browser/ui/views/load_complete_listener.h

Issue 628773002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[t-v]* (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/views/load_complete_listener.h
diff --git a/chrome/browser/ui/views/load_complete_listener.h b/chrome/browser/ui/views/load_complete_listener.h
index 4b01930c4af3c0404ee318886ebb9963394cfb09..31836f45a92228d51f6d0fdf0e51161f9d68d0dd 100644
--- a/chrome/browser/ui/views/load_complete_listener.h
+++ b/chrome/browser/ui/views/load_complete_listener.h
@@ -32,7 +32,7 @@ class LoadCompleteListener : public content::NotificationObserver {
// content::NotificationObserver:
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details) OVERRIDE;
+ const content::NotificationDetails& details) override;
content::NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698