| Index: chrome/browser/android/password_ui_view_android.h
|
| diff --git a/chrome/browser/android/password_ui_view_android.h b/chrome/browser/android/password_ui_view_android.h
|
| index 68b71bff2be8e7979c35826cb769b0f3be839d8d..35071a33db9e553b5ef23d7438cf43bde9609ee1 100644
|
| --- a/chrome/browser/android/password_ui_view_android.h
|
| +++ b/chrome/browser/android/password_ui_view_android.h
|
| @@ -24,15 +24,15 @@ class PasswordUIViewAndroid : public PasswordUIView {
|
| virtual ~PasswordUIViewAndroid();
|
|
|
| // PasswordUIView implementation.
|
| - virtual Profile* GetProfile() OVERRIDE;
|
| + virtual Profile* GetProfile() override;
|
| virtual void ShowPassword(size_t index, const base::string16& password_value)
|
| - OVERRIDE;
|
| + override;
|
| virtual void SetPasswordList(
|
| const ScopedVector<autofill::PasswordForm>& password_list,
|
| - bool show_passwords) OVERRIDE;
|
| + bool show_passwords) override;
|
| virtual void SetPasswordExceptionList(
|
| const ScopedVector<autofill::PasswordForm>& password_exception_list)
|
| - OVERRIDE;
|
| + override;
|
|
|
| // Calls from Java.
|
| base::android::ScopedJavaLocalRef<jobject> GetSavedPasswordEntry(
|
|
|