diff options
Diffstat (limited to 'chrome/browser/simple_xp_frame.cc')
-rw-r--r-- | chrome/browser/simple_xp_frame.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/simple_xp_frame.cc b/chrome/browser/simple_xp_frame.cc index 54a9d38..f6120f8 100644 --- a/chrome/browser/simple_xp_frame.cc +++ b/chrome/browser/simple_xp_frame.cc @@ -253,7 +253,7 @@ bool SimpleXPFrameTitleBar::WillHandleMouseEvent(int x, int y) { void SimpleXPFrameTitleBar::SetWindowTitle(std::wstring s) { if (parent_->IsApplication()) { std::wstring t(s); - Tab::FormatTitleForDisplay(&t); + Browser::FormatTitleForDisplay(&t); label_->SetText(t); } else { label_->SetText(Browser::ComputePopupTitle( |