Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4961)

Unified Diff: chrome/browser/bookmarks/bookmark_editor.h

Issue 3176024: Convert wstrings in bookmarks, part 4. (Closed)
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_model_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_model_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698