summaryrefslogtreecommitdiffstats
path: root/ui/views/examples/tabbed_pane_example.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views/examples/tabbed_pane_example.cc')
-rw-r--r--ui/views/examples/tabbed_pane_example.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/examples/tabbed_pane_example.cc b/ui/views/examples/tabbed_pane_example.cc
index f0f6691..9c4bdde 100644
--- a/ui/views/examples/tabbed_pane_example.cc
+++ b/ui/views/examples/tabbed_pane_example.cc
@@ -57,7 +57,7 @@ void TabbedPaneExample::ButtonPressed(Button* sender, const ui::Event& event) {
if (sender == add_) {
AddButton("Added");
} else if (sender == add_at_) {
- const string16 label = ASCIIToUTF16("Added at 1");
+ const base::string16 label = ASCIIToUTF16("Added at 1");
tabbed_pane_->AddTabAtIndex(1, label, new LabelButton(NULL, label));
} else if (sender == select_at_) {
if (tabbed_pane_->GetTabCount() > 1)