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

Unified Diff: app/resource_bundle_win.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
Index: app/resource_bundle_win.cc
diff --git a/app/resource_bundle_win.cc b/app/resource_bundle_win.cc
index 89a68e139ab289c464de91e2fa061dc0bb5f7eaa..616faac4a146685d785ba1e309789e2df23a97fb 100644
--- a/app/resource_bundle_win.cc
+++ b/app/resource_bundle_win.cc
@@ -159,7 +159,7 @@ string16 ResourceBundle::GetLocalizedString(int message_id) {
// See http://crbug.com/21925.
base::debug::StackTrace().PrintBacktrace();
NOTREACHED() << "unable to find resource: " << message_id;
- return std::wstring();
+ return string16();
}
}
// Copy into a string16 and return.
« no previous file with comments | « app/resource_bundle_dummy.cc ('k') | chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698