Index: chrome/browser/bookmarks/bookmark_editor.h |
diff --git a/chrome/browser/bookmarks/bookmark_editor.h b/chrome/browser/bookmarks/bookmark_editor.h |
index 3a4aa7947a8e56c436e8d5482ad4be4327e1383a..63e3b624b5117c9aa661697c0622dd0331b60690 100644 |
--- a/chrome/browser/bookmarks/bookmark_editor.h |
+++ b/chrome/browser/bookmarks/bookmark_editor.h |
@@ -10,6 +10,7 @@ |
#include <utility> |
#include <vector> |
+#include "base/string16.h" |
#include "gfx/native_widget_types.h" |
class BookmarkNode; |
@@ -58,7 +59,7 @@ class BookmarkEditor { |
// If type == NEW_FOLDER, this is the urls/title pairs to add to the |
// folder. |
- std::vector<std::pair<GURL, std::wstring> > urls; |
+ std::vector<std::pair<GURL, string16> > urls; |
}; |
// Shows the bookmark editor. The bookmark editor allows editing an |