Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1197)

Unified Diff: content/renderer/android/phone_number_detector.cc

Issue 1674373003: [libphonenumber] Change DEPS to track new github mirror, uprev library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: README file Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/android/phone_number_detector.cc
diff --git a/content/renderer/android/phone_number_detector.cc b/content/renderer/android/phone_number_detector.cc
index 54da5fee51a442879e6152bba11fb862020ceb64..422b4ac42bd2e97b89e0beb10bf0e1260a0383f7 100644
--- a/content/renderer/android/phone_number_detector.cc
+++ b/content/renderer/android/phone_number_detector.cc
@@ -10,10 +10,10 @@
#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"
-#include "third_party/libphonenumber/src/phonenumbers/phonenumbermatch.h"
-#include "third_party/libphonenumber/src/phonenumbers/phonenumbermatcher.h"
-#include "third_party/libphonenumber/src/phonenumbers/region_code.h"
+#include "third_party/libphonenumber/phonenumber_api.h"
+#include "third_party/libphonenumber/src/cpp/src/phonenumbers/phonenumbermatch.h"
+#include "third_party/libphonenumber/src/cpp/src/phonenumbers/phonenumbermatcher.h"
+#include "third_party/libphonenumber/src/cpp/src/phonenumbers/region_code.h"
using i18n::phonenumbers::PhoneNumberMatch;
using i18n::phonenumbers::PhoneNumberMatcher;

Powered by Google App Engine
This is Rietveld 408576698