Index: chrome/browser/bookmarks/bookmark_model.h |
diff --git a/chrome/browser/bookmarks/bookmark_model.h b/chrome/browser/bookmarks/bookmark_model.h |
index 63d12adac28d2d6a1d3aa41b5ffbe212a71969e2..8fcfb83e34c5dad8b5a643e3c3acd4eb1e8d4475 100644 |
--- a/chrome/browser/bookmarks/bookmark_model.h |
+++ b/chrome/browser/bookmarks/bookmark_model.h |
@@ -270,14 +270,7 @@ class BookmarkModel : public NotificationObserver, public BookmarkService { |
int index, |
const string16& title); |
- // TODO(munjal): Remove wstring overload once all code is moved to string16. |
// Adds a url at the specified position. |
-#if !defined(WCHAR_T_IS_UTF16) |
- const BookmarkNode* AddURL(const BookmarkNode* parent, |
- int index, |
- const std::wstring& title, |
- const GURL& url); |
-#endif |
const BookmarkNode* AddURL(const BookmarkNode* parent, |
int index, |
const string16& title, |