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

Unified Diff: chrome/browser/default_encoding_combo_model.h

Issue 3159031: Remove wstrings from bookmarks, part 12. (Closed)
Patch Set: rebased ToT 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 | « chrome/browser/content_setting_combo_model.cc ('k') | chrome/browser/default_encoding_combo_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/default_encoding_combo_model.h
diff --git a/chrome/browser/default_encoding_combo_model.h b/chrome/browser/default_encoding_combo_model.h
index 56e3b8d82762dcc101bb8752584d9d045b575441..52835071fbcba9f66e56e7d12283a47b23ed4257 100644
--- a/chrome/browser/default_encoding_combo_model.h
+++ b/chrome/browser/default_encoding_combo_model.h
@@ -24,7 +24,7 @@ class DefaultEncodingComboboxModel : public ComboboxModel {
return static_cast<int>(sorted_encoding_list_.size());
}
- virtual std::wstring GetItemAt(int index);
+ virtual string16 GetItemAt(int index);
std::string GetEncodingCharsetByIndex(int index);
« no previous file with comments | « chrome/browser/content_setting_combo_model.cc ('k') | chrome/browser/default_encoding_combo_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698