| Index: chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h
|
| diff --git a/chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h b/chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h
|
| index 6fe82f8d98109bce3ace2cc16670950da232c99e..c8132f0ed302d13af479df9edc0c0ef341f9e666 100644
|
| --- a/chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h
|
| +++ b/chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h
|
| @@ -32,6 +32,9 @@ class NativeAppModalDialog {
|
| static NativeAppModalDialog* CreateNativeJavaScriptPrompt(
|
| JavaScriptAppModalDialog* dialog,
|
| gfx::NativeWindow parent_window);
|
| +
|
| + protected:
|
| + virtual ~NativeAppModalDialog() { }
|
| };
|
|
|
| #endif // CHROME_BROWSER_UI_APP_MODAL_DIALOGS_NATIVE_APP_MODAL_DIALOG_H_
|
|
|