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

Unified Diff: chrome/browser/chromeos/login/screen_lock_view.h

Issue 2872004: accelerator removal fix in info bubble (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 6 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/login/screen_lock_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/login/screen_lock_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698