| Index: ui/views/examples/tabbed_pane_example.cc
|
| diff --git a/ui/views/examples/tabbed_pane_example.cc b/ui/views/examples/tabbed_pane_example.cc
|
| index 54d3fc1ed12a190155ea663e423e86efcdc1b31e..f0f6691ef8782ce4961cc187ddb9d1f89df9ec39 100644
|
| --- a/ui/views/examples/tabbed_pane_example.cc
|
| +++ b/ui/views/examples/tabbed_pane_example.cc
|
| @@ -19,7 +19,7 @@ TabbedPaneExample::~TabbedPaneExample() {
|
| }
|
|
|
| void TabbedPaneExample::CreateExampleView(View* container) {
|
| - tabbed_pane_ = new TabbedPane(false);
|
| + tabbed_pane_ = new TabbedPane();
|
| tabbed_pane_->set_listener(this);
|
| add_ = new LabelButton(this, ASCIIToUTF16("Add"));
|
| add_at_ = new LabelButton(this, ASCIIToUTF16("Add At 1"));
|
|
|