| Index: content/shell/browser/shell_javascript_dialog.h
|
| diff --git a/content/shell/browser/shell_javascript_dialog.h b/content/shell/browser/shell_javascript_dialog.h
|
| index 103d0fbcea0f7171e2661e48230322d12444f35d..b113385640bbbd4aaa962e98421234ef1af603f7 100644
|
| --- a/content/shell/browser/shell_javascript_dialog.h
|
| +++ b/content/shell/browser/shell_javascript_dialog.h
|
| @@ -36,12 +36,12 @@ class ShellJavaScriptDialog {
|
| void Cancel();
|
|
|
| private:
|
| - ShellJavaScriptDialogManager* manager_;
|
| JavaScriptDialogManager::DialogClosedCallback callback_;
|
|
|
| #if defined(OS_MACOSX)
|
| ShellJavaScriptDialogHelper* helper_; // owned
|
| #elif defined(OS_WIN)
|
| + ShellJavaScriptDialogManager* manager_;
|
| JavaScriptMessageType message_type_;
|
| HWND dialog_win_;
|
| base::string16 message_text_;
|
|
|