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

Unified Diff: chrome/browser/renderer_context_menu/spelling_bubble_model.h

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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/renderer_context_menu/spelling_bubble_model.h
diff --git a/chrome/browser/renderer_context_menu/spelling_bubble_model.h b/chrome/browser/renderer_context_menu/spelling_bubble_model.h
index 881057370215d5656bd4af5411c0c6de4596726c..4c19a2c0a5feec6635ee583369f68aecdaa424dc 100644
--- a/chrome/browser/renderer_context_menu/spelling_bubble_model.h
+++ b/chrome/browser/renderer_context_menu/spelling_bubble_model.h
@@ -25,14 +25,14 @@ class SpellingBubbleModel : public ConfirmBubbleModel {
virtual ~SpellingBubbleModel();
// ConfirmBubbleModel implementation.
- virtual base::string16 GetTitle() const OVERRIDE;
- virtual base::string16 GetMessageText() const OVERRIDE;
- virtual gfx::Image* GetIcon() const OVERRIDE;
- virtual base::string16 GetButtonLabel(BubbleButton button) const OVERRIDE;
- virtual void Accept() OVERRIDE;
- virtual void Cancel() OVERRIDE;
- virtual base::string16 GetLinkText() const OVERRIDE;
- virtual void LinkClicked() OVERRIDE;
+ virtual base::string16 GetTitle() const override;
+ virtual base::string16 GetMessageText() const override;
+ virtual gfx::Image* GetIcon() const override;
+ virtual base::string16 GetButtonLabel(BubbleButton button) const override;
+ virtual void Accept() override;
+ virtual void Cancel() override;
+ virtual base::string16 GetLinkText() const override;
+ virtual void LinkClicked() override;
private:
// Set the profile preferences to enable or disable the feature.

Powered by Google App Engine
This is Rietveld 408576698