| Index: chrome/browser/js_modal_dialog.h
|
| diff --git a/chrome/browser/js_modal_dialog.h b/chrome/browser/js_modal_dialog.h
|
| index 3e61f28ee8c9aeba41eaa0627f8bf57ff4569829..8bedb731ac2e69d37484a66c12dc05ccb14ee097 100644
|
| --- a/chrome/browser/js_modal_dialog.h
|
| +++ b/chrome/browser/js_modal_dialog.h
|
| @@ -25,6 +25,10 @@ class NSAlert;
|
| class ExtensionHost;
|
| class JavaScriptMessageBoxClient;
|
|
|
| +namespace IPC {
|
| +class Message;
|
| +}
|
| +
|
| // A controller+model class for JavaScript alert, confirm, prompt, and
|
| // onbeforeunload dialog boxes.
|
| class JavaScriptAppModalDialog : public AppModalDialog,
|
|
|