| Index: chrome/browser/bookmarks/bookmark_model.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_model.h b/chrome/browser/bookmarks/bookmark_model.h
|
| index 8fcfb83e34c5dad8b5a643e3c3acd4eb1e8d4475..988ad7de46cd97fefc8f96ea1dbc46cbe4e2b0a4 100644
|
| --- a/chrome/browser/bookmarks/bookmark_model.h
|
| +++ b/chrome/browser/bookmarks/bookmark_model.h
|
| @@ -230,11 +230,7 @@ class BookmarkModel : public NotificationObserver, public BookmarkService {
|
| // loaded it is loaded and the observer of the model notified when done.
|
| const SkBitmap& GetFavIcon(const BookmarkNode* node);
|
|
|
| - // TODO(munjal): Remove wstring overload once all code is moved to string16.
|
| // Sets the title of the specified node.
|
| -#if !defined(WCHAR_T_IS_UTF16)
|
| - void SetTitle(const BookmarkNode* node, const std::wstring& title);
|
| -#endif
|
| void SetTitle(const BookmarkNode* node, const string16& title);
|
|
|
| // Sets the URL of the specified bookmark node.
|
|
|