| Index: chrome/browser/chromeos/login/password_changed_view.h
|
| diff --git a/chrome/browser/chromeos/login/password_changed_view.h b/chrome/browser/chromeos/login/password_changed_view.h
|
| index 74176727ac86bbb26e74c3c13e9866388d70e5e6..aaa8a2c62288543edf38a2b158da9c22af17e179 100644
|
| --- a/chrome/browser/chromeos/login/password_changed_view.h
|
| +++ b/chrome/browser/chromeos/login/password_changed_view.h
|
| @@ -8,6 +8,7 @@
|
|
|
| #include <string>
|
|
|
| +#include "base/compiler_specific.h"
|
| #include "ui/views/window/dialog_delegate.h"
|
| #include "views/controls/button/button.h"
|
| #include "views/controls/textfield/textfield_controller.h"
|
| @@ -68,10 +69,10 @@ class PasswordChangedView : public views::DialogDelegateView,
|
|
|
| protected:
|
| // views::View:
|
| - virtual gfx::Size GetPreferredSize();
|
| + virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| virtual void ViewHierarchyChanged(bool is_add,
|
| views::View* parent,
|
| - views::View* child);
|
| + views::View* child) OVERRIDE;
|
|
|
| private:
|
| // Called when dialog is accepted.
|
|
|