Index: ui/web_dialogs/web_dialog_delegate.h |
diff --git a/ui/web_dialogs/web_dialog_delegate.h b/ui/web_dialogs/web_dialog_delegate.h |
index 2bd772f018e2e49f4424aa20bc9498f86ce1789c..aa9b14c0f5f21c9034fe0f628d4e7e279193aa9f 100644 |
--- a/ui/web_dialogs/web_dialog_delegate.h |
+++ b/ui/web_dialogs/web_dialog_delegate.h |
@@ -86,7 +86,7 @@ class WEB_DIALOGS_EXPORT WebDialogDelegate { |
virtual void OnDialogClosed(const std::string& json_retval) = 0; |
// A callback to notify the delegate that the dialog is being closed in |
- // response to a "DialogClose" message from WebUI. |
+ // response to a "dialogClose" message from WebUI. |
virtual void OnDialogCloseFromWebUI(const std::string& json_retval); |
// A callback to notify the delegate that the contents have gone |