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

Unified Diff: app/resource_bundle_dummy.cc

Issue 6315002: Some wstring -> string16 conversion in src/app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/app
Patch Set: rebase Created 9 years, 11 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 | « app/l10n_util_dummy.cc ('k') | app/resource_bundle_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/resource_bundle_dummy.cc
diff --git a/app/resource_bundle_dummy.cc b/app/resource_bundle_dummy.cc
index e93df01bc970999435ff78cfc6534b9a592b99b7..510b8fd87c1afd71dea8bba478bcb7a362f4cb06 100644
--- a/app/resource_bundle_dummy.cc
+++ b/app/resource_bundle_dummy.cc
@@ -60,5 +60,5 @@ ResourceBundle::~ResourceBundle() {
string16 ResourceBundle::GetLocalizedString(int message_id) {
- return std::wstring();
+ return string16();
}
« no previous file with comments | « app/l10n_util_dummy.cc ('k') | app/resource_bundle_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698