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

Unified Diff: chrome/browser/ui/autofill/generated_credit_card_bubble_controller.h

Issue 671653002: Standardize usage of virtual/override/final in chrome/browser/ui/ (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/autofill/generated_credit_card_bubble_controller.h
diff --git a/chrome/browser/ui/autofill/generated_credit_card_bubble_controller.h b/chrome/browser/ui/autofill/generated_credit_card_bubble_controller.h
index 1a120c4a63205b303c7c97da98c6f6185789eb1b..cfb8e3cd14f5999e004afc77c86457bcbddea0aa 100644
--- a/chrome/browser/ui/autofill/generated_credit_card_bubble_controller.h
+++ b/chrome/browser/ui/autofill/generated_credit_card_bubble_controller.h
@@ -52,7 +52,7 @@ class GeneratedCreditCardBubbleController
: public content::WebContentsObserver,
public content::WebContentsUserData<GeneratedCreditCardBubbleController> {
public:
- virtual ~GeneratedCreditCardBubbleController();
+ ~GeneratedCreditCardBubbleController() override;
// Registers preferences this class cares about.
static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
@@ -64,7 +64,7 @@ class GeneratedCreditCardBubbleController
const base::string16& backing_card_name);
// content::WebContentsObserver:
- virtual void DidNavigateMainFrame(
+ void DidNavigateMainFrame(
const content::LoadCommittedDetails& details,
const content::FrameNavigateParams& params) override;

Powered by Google App Engine
This is Rietveld 408576698