diff options
Diffstat (limited to 'content/renderer/android/phone_number_detector.cc')
-rw-r--r-- | content/renderer/android/phone_number_detector.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/renderer/android/phone_number_detector.cc b/content/renderer/android/phone_number_detector.cc index 30e0111..d037608 100644 --- a/content/renderer/android/phone_number_detector.cc +++ b/content/renderer/android/phone_number_detector.cc @@ -6,6 +6,7 @@ #include <algorithm> +#include "base/string_util.h" #include "base/utf_string_conversions.h" #include "net/base/escape.h" #include "third_party/libphonenumber/src/phonenumber_api.h" |