Index: third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_problem.h |
diff --git a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_problem.h b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_problem.h |
index 559fcfd50cf9a05c2d5dacdb49e4ea8517a766aa..841f8d19828e1cc2677ec772f756e0dd72e50354 100644 |
--- a/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_problem.h |
+++ b/third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_problem.h |
@@ -59,6 +59,9 @@ struct AddressProblem { |
MISMATCHING_VALUE |
}; |
+ AddressProblem(AddressField field, Type type, const std::string& description); |
+ ~AddressProblem(); |
+ |
// The address field that has the problem. |
AddressField field; |