| Index: chrome/browser/ui/webui/constrained_web_dialog_ui.h
|
| diff --git a/chrome/browser/ui/webui/constrained_web_dialog_ui.h b/chrome/browser/ui/webui/constrained_web_dialog_ui.h
|
| index f75124d088e7f06c3627f71cacc52e58b5cecfe2..2b39632e419152294621466415680b613d90a435 100644
|
| --- a/chrome/browser/ui/webui/constrained_web_dialog_ui.h
|
| +++ b/chrome/browser/ui/webui/constrained_web_dialog_ui.h
|
| @@ -6,7 +6,7 @@
|
| #define CHROME_BROWSER_UI_WEBUI_CONSTRAINED_WEB_DIALOG_UI_H_
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/ui/native_web_contents_modal_dialog.h"
|
| +#include "components/web_modal/native_web_contents_modal_dialog.h"
|
| #include "content/public/browser/web_ui_controller.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| @@ -39,7 +39,7 @@ class ConstrainedWebDialogDelegate {
|
| virtual content::WebContents* GetWebContents() = 0;
|
|
|
| // Returns the native type used to display the dialog.
|
| - virtual NativeWebContentsModalDialog GetNativeDialog() = 0;
|
| + virtual web_modal::NativeWebContentsModalDialog GetNativeDialog() = 0;
|
|
|
| protected:
|
| virtual ~ConstrainedWebDialogDelegate() {}
|
|
|