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

Unified Diff: chrome/browser/ui/views/login_view.h

Issue 138363004: Views Textfield fixes and cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove the unused controller accessor. Created 6 years, 11 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
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 a686ae02b292dd00be53bd342c4540d7bf550229..13f0641960a8a73d6e7272cdec43712ca41b5b77 100644
--- a/chrome/browser/ui/views/login_view.h
+++ b/chrome/browser/ui/views/login_view.h
@@ -19,10 +19,8 @@ class LoginModel;
class LoginView : public views::View, public LoginModelObserver {
public:
// |model| is observed for the entire lifetime of the LoginView.
- // Therefore |model| should not be destroyed before the LoginView
- // object.
- LoginView(const base::string16& explanation,
- LoginModel* model);
+ // Therefore |model| should not be destroyed before the LoginView object.
+ LoginView(const base::string16& explanation, LoginModel* model);
virtual ~LoginView();
// Access the data in the username/password text fields.

Powered by Google App Engine
This is Rietveld 408576698