| Index: chrome/browser/ui/views/login_view.h
|
| diff --git a/chrome/browser/ui/views/login_view.h b/chrome/browser/ui/views/login_view.h
|
| index 6fc201d1a8b2bb53155245862a3b217326ea701a..5e6f87d0fdd1e3406921d19ab4ed9b53a8cd56a1 100644
|
| --- a/chrome/browser/ui/views/login_view.h
|
| +++ b/chrome/browser/ui/views/login_view.h
|
| @@ -31,8 +31,8 @@ class LoginView : public views::View,
|
|
|
| // LoginModelObserver implementation.
|
| virtual void OnAutofillDataAvailable(const base::string16& username,
|
| - const base::string16& password) OVERRIDE;
|
| - virtual void OnLoginModelDestroying() OVERRIDE;
|
| + const base::string16& password) override;
|
| + virtual void OnLoginModelDestroying() override;
|
|
|
| // Used by LoginHandlerWin to set the initial focus.
|
| views::View* GetInitiallyFocusedView();
|
|
|