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 492f32afd360a65d5a113f8d039aca7d9de233c1..a38e793ab7e6b74bdf1209d40e7abc7d9e6ee558 100644 |
--- a/ui/views/test/child_modal_window.h |
+++ b/ui/views/test/child_modal_window.h |
@@ -10,7 +10,7 @@ |
#include "ui/views/widget/widget_observer.h" |
namespace views { |
-class NativeTextButton; |
+class LabelButton; |
class NativeViewHost; |
class Textfield; |
class View; |
@@ -52,7 +52,7 @@ class ChildModalParent : public WidgetDelegateView, |
// The button to toggle showing and hiding the child window. The child window |
// does not block input to this button. |
- NativeTextButton* button_; |
+ LabelButton* button_; |
// The text field to indicate the keyboard focus. |
Textfield* textfield_; |