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

Unified Diff: third_party/libaddressinput/chromium/addressinput_util.h

Issue 386873002: Reland "Use upstream libaddressinput in Chrome." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix iOS compile. Created 6 years, 5 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: third_party/libaddressinput/chromium/addressinput_util.h
diff --git a/third_party/libaddressinput/chromium/addressinput_util.h b/third_party/libaddressinput/chromium/addressinput_util.h
index e3bdaa4cc7c91a14cb6dc2bc69dcfc6ceb46fb66..7c888a7b1f2b2a960c28bbdb118203291114b56f 100644
--- a/third_party/libaddressinput/chromium/addressinput_util.h
+++ b/third_party/libaddressinput/chromium/addressinput_util.h
@@ -7,8 +7,8 @@
#include <map>
-#include "third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_field.h"
-#include "third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_problem.h"
+#include "third_party/libaddressinput/src/cpp/include/libaddressinput/address_field.h"
+#include "third_party/libaddressinput/src/cpp/include/libaddressinput/address_problem.h"
namespace i18n {
namespace addressinput {
@@ -32,9 +32,9 @@ bool HasAllRequiredFields(
void ValidateRequiredFields(
const ::i18n::addressinput::AddressData& address_to_check,
const std::multimap< ::i18n::addressinput::AddressField,
- ::i18n::addressinput::AddressProblem::Type>* filter,
+ ::i18n::addressinput::AddressProblem>* filter,
std::multimap< ::i18n::addressinput::AddressField,
- ::i18n::addressinput::AddressProblem::Type>* problems);
+ ::i18n::addressinput::AddressProblem>* problems);
} // namespace addressinput
} // namespace autofill
« no previous file with comments | « third_party/libaddressinput/README.chromium ('k') | third_party/libaddressinput/chromium/addressinput_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698