| Index: chrome/common/chrome_content_client_ios.mm
|
| diff --git a/chrome/common/chrome_content_client_ios.mm b/chrome/common/chrome_content_client_ios.mm
|
| index 347a89a4b62fb3754f637a535c5ee2836869f6ac..53d255bdedf996e68258ab520ecffd86c1aec5d1 100644
|
| --- a/chrome/common/chrome_content_client_ios.mm
|
| +++ b/chrome/common/chrome_content_client_ios.mm
|
| @@ -53,7 +53,7 @@ std::string ChromeContentClient::GetUserAgent() const {
|
| return webkit_glue::BuildUserAgentFromProduct(product);
|
| }
|
|
|
| -string16 ChromeContentClient::GetLocalizedString(int message_id) const {
|
| +base::string16 ChromeContentClient::GetLocalizedString(int message_id) const {
|
| return l10n_util::GetStringUTF16(message_id);
|
| }
|
|
|
|
|