| Index: chrome/browser/ui/webui/chromeos/login/login_ui.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/login_ui.h b/chrome/browser/ui/webui/chromeos/login/login_ui.h
|
| index fc8e6b2843022011755baf220e8537d41eba9f79..b4c4449a1139c0049d23f91e652a99a4d987818a 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/login_ui.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/login_ui.h
|
| @@ -52,7 +52,7 @@ class LoginUIHandlerDelegate {
|
| login_handler_ = login_handler;
|
| }
|
| protected:
|
| - // Reference to the DOM handling layer for the login screen
|
| + // Reference to the WebUI handling layer for the login screen
|
| LoginUIHandler* login_handler_;
|
|
|
| virtual ~LoginUIHandlerDelegate();
|
|
|