Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: ui/views/test/child_modal_window.h

Issue 13584010: views: Migrate the cases of "new .*NativeTextButton(" to LabelButton. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: one more fix in one_click_signin_bubble_view.cc Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698