diff options
Diffstat (limited to 'chrome/common/extensions/message_bundle.cc')
-rw-r--r-- | chrome/common/extensions/message_bundle.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/message_bundle.cc b/chrome/common/extensions/message_bundle.cc index 708e2e4..bb7d547 100644 --- a/chrome/common/extensions/message_bundle.cc +++ b/chrome/common/extensions/message_bundle.cc @@ -303,7 +303,7 @@ std::string MessageBundle::GetL10nMessage(const std::string& name, return it->second; } - return ""; + return std::string(); } /////////////////////////////////////////////////////////////////////////////// |