summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_model.h')
-rw-r--r--chrome/browser/bookmarks/bookmark_model.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/bookmarks/bookmark_model.h b/chrome/browser/bookmarks/bookmark_model.h
index 8fcfb83..988ad7d 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.