| Index: chrome/common/extensions/message_bundle.cc
|
| diff --git a/chrome/common/extensions/message_bundle.cc b/chrome/common/extensions/message_bundle.cc
|
| index 708e2e4eee5a6d37c0532cacf355bcb844d38736..bb7d5476e07afc9c733ab40850d206e4ff4df413 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();
|
| }
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|