| Index: chrome/browser/chromeos/login/screen_lock_view.h
|
| diff --git a/chrome/browser/chromeos/login/screen_lock_view.h b/chrome/browser/chromeos/login/screen_lock_view.h
|
| index ae315bfd0d84cfa8f9a284a730fc8240c35bdb4a..61b5ec05d53171953ea2084ccfb817982bc32b78 100644
|
| --- a/chrome/browser/chromeos/login/screen_lock_view.h
|
| +++ b/chrome/browser/chromeos/login/screen_lock_view.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "chrome/common/notification_observer.h"
|
| #include "chrome/common/notification_registrar.h"
|
| -#include "views/controls/button/text_button.h"
|
| +#include "views/controls/button/button.h"
|
| #include "views/controls/textfield/textfield.h"
|
| #include "views/view.h"
|
|
|
| @@ -69,7 +69,7 @@ class ScreenLockView : public views::View,
|
|
|
| // For editing the password.
|
| views::Textfield* password_field_;
|
| - views::TextButton* unlock_button_;
|
| + views::Button* unlock_button_;
|
|
|
| // ScreenLocker is owned by itself.
|
| ScreenLocker* screen_locker_;
|
|
|