| Index: content/renderer/android/address_detector.cc
|
| diff --git a/content/renderer/android/address_detector.cc b/content/renderer/android/address_detector.cc
|
| index fdc70b136aebd6f9878609a95beee2c7568809d6..6ab267fed3577ad814ff42cbe75da56a281de1eb 100644
|
| --- a/content/renderer/android/address_detector.cc
|
| +++ b/content/renderer/android/address_detector.cc
|
| @@ -41,7 +41,7 @@ std::string AddressDetector::GetContentText(const base::string16& text) {
|
| base::string16 address_16 = CollapseWhitespace(text, false);
|
| std::replace(address_16.begin(), address_16.end(),
|
| static_cast<char16>(0x2022), static_cast<char16>(','));
|
| - return UTF16ToUTF8(address_16);
|
| + return base::UTF16ToUTF8(address_16);
|
| }
|
|
|
| bool AddressDetector::FindContent(
|
|
|