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

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

Issue 1687243002: Revert of [libphonenumber] Change DEPS to track new github mirror, uprev library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « components/autofill/core/browser/phone_number_i18n_unittest.cc ('k') | third_party/libphonenumber/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 422b4ac42bd2e97b89e0beb10bf0e1260a0383f7..54da5fee51a442879e6152bba11fb862020ceb64 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/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"
+#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"
using i18n::phonenumbers::PhoneNumberMatch;
using i18n::phonenumbers::PhoneNumberMatcher;
« no previous file with comments | « components/autofill/core/browser/phone_number_i18n_unittest.cc ('k') | third_party/libphonenumber/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698