Index: trunk/src/third_party/libaddressinput/chromium/addressinput_util.h |
=================================================================== |
--- trunk/src/third_party/libaddressinput/chromium/addressinput_util.h (revision 282425) |
+++ 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 |