| Index: chrome/browser/cocoa/bookmark_button_cell.mm
|
| diff --git a/chrome/browser/cocoa/bookmark_button_cell.mm b/chrome/browser/cocoa/bookmark_button_cell.mm
|
| index f8d0ffc25bf5cb6d452297544b641139f3b168fb..48b7a7d8f35bccaebb80cbd548c480d937d9c2ac 100644
|
| --- a/chrome/browser/cocoa/bookmark_button_cell.mm
|
| +++ b/chrome/browser/cocoa/bookmark_button_cell.mm
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -48,7 +48,7 @@
|
| [self setBookmarkNode:node];
|
|
|
| if (node) {
|
| - NSString* title = base::SysWideToNSString(node->GetTitle());
|
| + NSString* title = base::SysUTF16ToNSString(node->GetTitleAsString16());
|
| [self setBookmarkCellText:title image:cellImage];
|
| [self setMenu:contextMenu];
|
| } else {
|
|
|