Index: components/constrained_window/constrained_window_views_client.h |
diff --git a/components/constrained_window/constrained_window_views_client.h b/components/constrained_window/constrained_window_views_client.h |
index 06671dec2a50b82f7562973a0b555c715dfba0dd..65cd132c75a3937876802d2342f0365e51698c26 100644 |
--- a/components/constrained_window/constrained_window_views_client.h |
+++ b/components/constrained_window/constrained_window_views_client.h |
@@ -24,9 +24,9 @@ class ConstrainedWindowViewsClient { |
virtual content::WebContents* GetEmbedderWebContents( |
content::WebContents* initiator_web_contents) = 0; |
- // Returns the modal window host for the |parent| native window. |
+ // Returns the modal window host for the |parent| native view. |
virtual web_modal::ModalDialogHost* GetModalDialogHost( |
- gfx::NativeWindow parent) = 0; |
+ gfx::NativeView parent) = 0; |
}; |
#endif // COMPONENTS_CONSTRAINED_WINDOW_CONSTRAINED_WINDOW_VIEWS_CLIENT_H_ |