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

Unified Diff: chrome/browser/ui/login/login_interstitial_delegate.h

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
« no previous file with comments | « chrome/browser/ui/location_bar/origin_chip_info_unittest.cc ('k') | chrome/browser/ui/login/login_prompt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/login/login_interstitial_delegate.h
diff --git a/chrome/browser/ui/login/login_interstitial_delegate.h b/chrome/browser/ui/login/login_interstitial_delegate.h
index c55a420623038a9e4d5f17be6ab2bb21406c97f8..d09626e402ce64bd9511b9484d54f22b75f2abd9 100644
--- a/chrome/browser/ui/login/login_interstitial_delegate.h
+++ b/chrome/browser/ui/login/login_interstitial_delegate.h
@@ -33,10 +33,10 @@ class LoginInterstitialDelegate : public content::InterstitialPageDelegate {
virtual ~LoginInterstitialDelegate();
// content::InterstitialPageDelegate:
- virtual void CommandReceived(const std::string& command) OVERRIDE;
+ virtual void CommandReceived(const std::string& command) override;
protected:
- virtual std::string GetHTMLContents() OVERRIDE;
+ virtual std::string GetHTMLContents() override;
private:
base::Closure callback_;
« no previous file with comments | « chrome/browser/ui/location_bar/origin_chip_info_unittest.cc ('k') | chrome/browser/ui/login/login_prompt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698