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

Unified Diff: chrome/browser/ui/passwords/save_password_refusal_combobox_model.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (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/passwords/save_password_refusal_combobox_model.h
diff --git a/chrome/browser/ui/passwords/save_password_refusal_combobox_model.h b/chrome/browser/ui/passwords/save_password_refusal_combobox_model.h
index d966cea4f71cc746e8c48cd829e0658ce1b49520..5314cf2afe0375916d6269df5c1da211559d73d2 100644
--- a/chrome/browser/ui/passwords/save_password_refusal_combobox_model.h
+++ b/chrome/browser/ui/passwords/save_password_refusal_combobox_model.h
@@ -19,10 +19,10 @@ class SavePasswordRefusalComboboxModel : public ui::ComboboxModel {
private:
// Overridden from ui::ComboboxModel:
- virtual int GetItemCount() const OVERRIDE;
- virtual base::string16 GetItemAt(int index) OVERRIDE;
- virtual bool IsItemSeparatorAt(int index) OVERRIDE;
- virtual int GetDefaultIndex() const OVERRIDE;
+ virtual int GetItemCount() const override;
+ virtual base::string16 GetItemAt(int index) override;
+ virtual bool IsItemSeparatorAt(int index) override;
+ virtual int GetDefaultIndex() const override;
std::vector<base::string16> items_;

Powered by Google App Engine
This is Rietveld 408576698