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..a83ef1505fcd983c68c6ab52308f7904273ac0da 100644 |
--- a/components/constrained_window/constrained_window_views_client.h |
+++ b/components/constrained_window/constrained_window_views_client.h |
@@ -26,7 +26,7 @@ class ConstrainedWindowViewsClient { |
// Returns the modal window host for the |parent| native window. |
msw
2014/11/03 19:20:33
nit: update comment: s/native window/native view/?
tapted
2014/11/04 00:14:33
Done.
|
virtual web_modal::ModalDialogHost* GetModalDialogHost( |
- gfx::NativeWindow parent) = 0; |
+ gfx::NativeView parent) = 0; |
}; |
#endif // COMPONENTS_CONSTRAINED_WINDOW_CONSTRAINED_WINDOW_VIEWS_CLIENT_H_ |