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