| Index: content/renderer/android/address_detector.cc
|
| diff --git a/content/renderer/android/address_detector.cc b/content/renderer/android/address_detector.cc
|
| index fb942482e533332c14a1f6fedb4fb8bad10a6623..6d81c727265277562a8b6dc204e4bd76e61ac2a2 100644
|
| --- a/content/renderer/android/address_detector.cc
|
| +++ b/content/renderer/android/address_detector.cc
|
| @@ -55,6 +55,7 @@ const char16 kNewlineDelimiters[] = {
|
| ',',
|
| '*',
|
| 0x2022, // Unicode bullet
|
| + 0,
|
| };
|
|
|
| char16 SafePreviousChar(const string16::const_iterator& it,
|
|
|