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

Unified Diff: ui/views/view_unittest.cc

Issue 10933085: Update ConstrainedWindowViews appearance according to mock (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Browser test fixes Created 8 years, 2 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/view_unittest.cc
diff --git a/ui/views/view_unittest.cc b/ui/views/view_unittest.cc
index 8f27a497856c46559212b1cb59bee2c6bf3ff16a..5420a87b50583356e0b20c768812f2b2da11982a 100644
--- a/ui/views/view_unittest.cc
+++ b/ui/views/view_unittest.cc
@@ -1744,8 +1744,8 @@ class DefaultButtonTest : public ViewTest {
FocusManager* focus_manager_;
TestDialog* test_dialog_;
DialogClientView* client_view_;
- NativeTextButton* ok_button_;
- NativeTextButton* cancel_button_;
+ TextButton* ok_button_;
+ TextButton* cancel_button_;
};
TEST_F(DefaultButtonTest, DialogDefaultButtonTest) {

Powered by Google App Engine
This is Rietveld 408576698