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/chromeos/login/ui/simple_web_view_dialog.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.cc
diff --git a/chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc b/chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc
index 61b72c3b3ae2efb71c0841da00da92c956a1e02f..a982b33a8466c43ceacaa70130c11f9719e3beea 100644
--- a/chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc
+++ b/chrome/browser/chromeos/login/ui/simple_web_view_dialog.cc
@@ -107,13 +107,13 @@ class StubBubbleModelDelegate : public ContentSettingBubbleModelDelegate {
// ContentSettingBubbleModelDelegate implementation:
virtual void ShowCollectedCookiesDialog(
- content::WebContents* web_contents) OVERRIDE {
+ content::WebContents* web_contents) override {
}
- virtual void ShowContentSettingsPage(ContentSettingsType type) OVERRIDE {
+ virtual void ShowContentSettingsPage(ContentSettingsType type) override {
}
- virtual void ShowLearnMorePage(ContentSettingsType type) OVERRIDE {
+ virtual void ShowLearnMorePage(ContentSettingsType type) override {
}
private:

Powered by Google App Engine
This is Rietveld 408576698