Chromium Code Reviews| 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(); |
| } |