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

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

Issue 387123004: Revert 282726 "Reland "Use upstream libaddressinput in Chrome."" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/third_party/libaddressinput/chromium/addressinput_util.h
===================================================================
--- trunk/src/third_party/libaddressinput/chromium/addressinput_util.h (revision 282731)
+++ trunk/src/third_party/libaddressinput/chromium/addressinput_util.h (working copy)
@@ -7,8 +7,8 @@
#include <map>
-#include "third_party/libaddressinput/src/cpp/include/libaddressinput/address_field.h"
-#include "third_party/libaddressinput/src/cpp/include/libaddressinput/address_problem.h"
+#include "third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_field.h"
+#include "third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_problem.h"
namespace i18n {
namespace addressinput {
@@ -32,9 +32,9 @@
void ValidateRequiredFields(
const ::i18n::addressinput::AddressData& address_to_check,
const std::multimap< ::i18n::addressinput::AddressField,
- ::i18n::addressinput::AddressProblem>* filter,
+ ::i18n::addressinput::AddressProblem::Type>* filter,
std::multimap< ::i18n::addressinput::AddressField,
- ::i18n::addressinput::AddressProblem>* problems);
+ ::i18n::addressinput::AddressProblem::Type>* problems);
} // namespace addressinput
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698