| Index: ui/views/test/child_modal_window.h
|
| diff --git a/ui/views/test/child_modal_window.h b/ui/views/test/child_modal_window.h
|
| index f7fb8cbe97c9b57f583894aec23d63be7d65ce6c..455df7cab51a78172ef3a4044f66dff252404e05 100644
|
| --- a/ui/views/test/child_modal_window.h
|
| +++ b/ui/views/test/child_modal_window.h
|
| @@ -17,13 +17,13 @@ class View;
|
| class Widget;
|
| namespace test {
|
|
|
| -void CreateChildModalParent();
|
| +void CreateChildModalParent(gfx::NativeView context);
|
|
|
| class ChildModalParent : public WidgetDelegateView,
|
| public ButtonListener,
|
| public WidgetObserver {
|
| public:
|
| - ChildModalParent();
|
| + ChildModalParent(gfx::NativeView context);
|
| virtual ~ChildModalParent();
|
|
|
| void ShowChild();
|
|
|