| Index: ui/views/test/child_modal_window.cc
|
| diff --git a/ui/views/test/child_modal_window.cc b/ui/views/test/child_modal_window.cc
|
| index 0172f7d103c22fb9426d35c98e34073e3e8355c3..266b2c62716defbfb81dcdb60383fc97efb7ff90 100644
|
| --- a/ui/views/test/child_modal_window.cc
|
| +++ b/ui/views/test/child_modal_window.cc
|
| @@ -8,7 +8,7 @@
|
| #include "ui/aura/window.h"
|
| #include "ui/gfx/canvas.h"
|
| #include "ui/views/background.h"
|
| -#include "ui/views/controls/button/text_button.h"
|
| +#include "ui/views/controls/button/label_button.h"
|
| #include "ui/views/controls/native/native_view_host.h"
|
| #include "ui/views/controls/textfield/textfield.h"
|
| #include "ui/views/corewm/window_modality_controller.h"
|
| @@ -108,7 +108,7 @@ ui::ModalType ChildModalWindow::GetModalType() const {
|
| }
|
|
|
| ChildModalParent::ChildModalParent(gfx::NativeView context)
|
| - : ALLOW_THIS_IN_INITIALIZER_LIST(button_(new NativeTextButton(
|
| + : ALLOW_THIS_IN_INITIALIZER_LIST(button_(new LabelButton(
|
| this, ASCIIToUTF16("Show/Hide Child Modal Window")))),
|
| textfield_(new Textfield),
|
| host_(new NativeViewHost),
|
|
|