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

Unified Diff: third_party/libaddressinput/chromium/cpp/include/libaddressinput/address_problem.h

Issue 116363003: [rac] Validate an address. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile. Created 6 years, 11 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/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;

Powered by Google App Engine
This is Rietveld 408576698