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. |