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

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: back out the changes to one_click_signin_bubble_view.* Created 7 years, 8 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
« no previous file with comments | « ui/views/focus/focus_traversal_unittest.cc ('k') | ui/views/test/child_modal_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « ui/views/focus/focus_traversal_unittest.cc ('k') | ui/views/test/child_modal_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698