| Index: chrome/browser/ui/views/constrained_window_views.h
|
| diff --git a/chrome/browser/ui/views/constrained_window_views.h b/chrome/browser/ui/views/constrained_window_views.h
|
| index 0a8d172e796445c1117b1220a72a5be9282273d2..d50b51af1a447808438b9c676dc72ac5f540f94e 100644
|
| --- a/chrome/browser/ui/views/constrained_window_views.h
|
| +++ b/chrome/browser/ui/views/constrained_window_views.h
|
| @@ -7,7 +7,9 @@
|
|
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| +namespace web_modal {
|
| class WebContentsModalDialogHost;
|
| +}
|
|
|
| namespace content {
|
| class WebContents;
|
| @@ -22,7 +24,7 @@ class Widget;
|
| views::Widget* CreateWebContentsModalDialogViews(
|
| views::WidgetDelegate* widget_delegate,
|
| gfx::NativeView parent,
|
| - WebContentsModalDialogHost* dialog_host);
|
| + web_modal::WebContentsModalDialogHost* dialog_host);
|
|
|
| views::NonClientFrameView* CreateConstrainedStyleNonClientFrameView(
|
| views::Widget* widget,
|
|
|