| Index: chrome/browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h b/chrome/browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h
|
| index 560734675be218352d22d7a43d703a731f2af20e..b25616a84acdbc59d42de98fbac59abb91cabb20 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h
|
| @@ -18,12 +18,12 @@ namespace autofill {
|
|
|
| class GeneratedCreditCardBubbleCocoa : public GeneratedCreditCardBubbleView {
|
| public:
|
| - virtual ~GeneratedCreditCardBubbleCocoa();
|
| + ~GeneratedCreditCardBubbleCocoa() override;
|
|
|
| // GeneratedCreditCardBubbleView interface.
|
| - virtual void Show() override;
|
| - virtual void Hide() override;
|
| - virtual bool IsHiding() const override;
|
| + void Show() override;
|
| + void Hide() override;
|
| + bool IsHiding() const override;
|
|
|
| // Callbacks.
|
| void OnBubbleClosing();
|
|
|