| 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.
|
|
|