| Index: ui/views/focus/focus_traversal_unittest.cc
|
| diff --git a/ui/views/focus/focus_traversal_unittest.cc b/ui/views/focus/focus_traversal_unittest.cc
|
| index c110b21f266ab2ccd7f178a910f3cb175d9fd679..65e7bc85815f65a932938ac713a9cc0148bcc23b 100644
|
| --- a/ui/views/focus/focus_traversal_unittest.cc
|
| +++ b/ui/views/focus/focus_traversal_unittest.cc
|
| @@ -516,7 +516,7 @@ void FocusTraversalTest::InitContentView() {
|
| text_field->SetBounds(10, 50, 100, 20);
|
| text_field->set_id(kStyleTextEditID);
|
|
|
| - style_tab_ = new TabbedPane();
|
| + style_tab_ = new TabbedPane(false);
|
| style_tab_->set_id(kStyleContainerID);
|
| GetContentsView()->AddChildView(style_tab_);
|
| style_tab_->SetBounds(10, y, 210, 100);
|
|
|