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

Unified Diff: chrome/browser/chromeos/login/ui/simple_web_view_dialog_browsertest.cc

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h 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/chromeos/login/ui/simple_web_view_dialog_browsertest.cc
diff --git a/chrome/browser/chromeos/login/ui/simple_web_view_dialog_browsertest.cc b/chrome/browser/chromeos/login/ui/simple_web_view_dialog_browsertest.cc
index 2023fd4df781dc162d24dda1e0fc6cfd1f70e700..79436cc89a06db4d30b13631f86634b15872daab 100644
--- a/chrome/browser/chromeos/login/ui/simple_web_view_dialog_browsertest.cc
+++ b/chrome/browser/chromeos/login/ui/simple_web_view_dialog_browsertest.cc
@@ -23,7 +23,7 @@ class StubDelegate : public CaptivePortalWindowProxyDelegate {
public:
StubDelegate() {}
virtual ~StubDelegate() {}
- virtual void OnPortalDetected() OVERRIDE {}
+ virtual void OnPortalDetected() override {}
private:
DISALLOW_COPY_AND_ASSIGN(StubDelegate);
@@ -41,7 +41,7 @@ class InterstitialPageDelegate : public content::InterstitialPageDelegate {
private:
// InterstitialPageDelegate implementation:
- virtual std::string GetHTMLContents() OVERRIDE { return "HTML Contents"; }
+ virtual std::string GetHTMLContents() override { return "HTML Contents"; }
DISALLOW_COPY_AND_ASSIGN(InterstitialPageDelegate);
};
« no previous file with comments | « chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc ('k') | chrome/browser/chromeos/login/ui/user_adding_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698