summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/panels
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/panels')
-rw-r--r--chrome/browser/ui/panels/stacked_panel_collection.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/panels/stacked_panel_collection.cc b/chrome/browser/ui/panels/stacked_panel_collection.cc
index ca8c28d..f19e284 100644
--- a/chrome/browser/ui/panels/stacked_panel_collection.cc
+++ b/chrome/browser/ui/panels/stacked_panel_collection.cc
@@ -139,7 +139,7 @@ void StackedPanelCollection::RefreshLayoutWithTopPanelStartingAt(
secondary_stack_window_->EndBatchUpdatePanelBounds();
}
-string16 StackedPanelCollection::GetTitle() const {
+base::string16 StackedPanelCollection::GetTitle() const {
if (panels_.empty())
return base::string16();