| Index: chrome/browser/ui/webui/constrained_web_dialog_ui.h | 
| diff --git a/chrome/browser/ui/webui/constrained_web_dialog_ui.h b/chrome/browser/ui/webui/constrained_web_dialog_ui.h | 
| index 8a420ba5e64973bda044c832d505f197e17c615a..98a6af6f0ca7d02fd5cd749a9b378c3679cde711 100644 | 
| --- a/chrome/browser/ui/webui/constrained_web_dialog_ui.h | 
| +++ b/chrome/browser/ui/webui/constrained_web_dialog_ui.h | 
| @@ -26,7 +26,7 @@ class ConstrainedWebDialogDelegate { | 
| virtual const ui::WebDialogDelegate* GetWebDialogDelegate() const = 0; | 
| virtual ui::WebDialogDelegate* GetWebDialogDelegate() = 0; | 
|  | 
| -  // Called when the dialog is being closed in response to a "DialogClose" | 
| +  // Called when the dialog is being closed in response to a "dialogClose" | 
| // message from WebUI. | 
| virtual void OnDialogCloseFromWebUI() = 0; | 
|  | 
|  |