| Index: content/shell/shell_javascript_dialog_creator.h
|
| diff --git a/content/shell/shell_javascript_dialog_creator.h b/content/shell/shell_javascript_dialog_creator.h
|
| index 7a998371f40ada47007973c96b41562c9826238a..c9c9881fa77d6573bc63ce72a7f472577659e83d 100644
|
| --- a/content/shell/shell_javascript_dialog_creator.h
|
| +++ b/content/shell/shell_javascript_dialog_creator.h
|
| @@ -24,7 +24,7 @@ class ShellJavaScriptDialogCreator : public JavaScriptDialogCreator {
|
| WebContents* web_contents,
|
| const GURL& origin_url,
|
| const std::string& accept_lang,
|
| - ui::JavascriptMessageType javascript_message_type,
|
| + JavaScriptMessageType javascript_message_type,
|
| const string16& message_text,
|
| const string16& default_prompt_text,
|
| const DialogClosedCallback& callback,
|
|
|