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

Unified Diff: chrome/browser/ui/autofill/data_model_wrapper.h

Issue 145553009: rAc: use libaddressinput to validate international addresses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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: chrome/browser/ui/autofill/data_model_wrapper.h
diff --git a/chrome/browser/ui/autofill/data_model_wrapper.h b/chrome/browser/ui/autofill/data_model_wrapper.h
index de370bdf669ec15297b7cdd73b9fcb44d0c58db2..6f79c84df84176294cf281a164a61d96695bfd66 100644
--- a/chrome/browser/ui/autofill/data_model_wrapper.h
+++ b/chrome/browser/ui/autofill/data_model_wrapper.h
@@ -205,20 +205,6 @@ class FullWalletShippingWrapper : public DataModelWrapper {
DISALLOW_COPY_AND_ASSIGN(FullWalletShippingWrapper);
};
-// A DataModelWrapper to copy the output of one section to the input of another.
-class FieldMapWrapper : public DataModelWrapper {
- public:
- explicit FieldMapWrapper(const FieldValueMap& field_map);
- virtual ~FieldMapWrapper();
-
- virtual base::string16 GetInfo(const AutofillType& type) const OVERRIDE;
-
- private:
- const FieldValueMap& field_map_;
-
- DISALLOW_COPY_AND_ASSIGN(FieldMapWrapper);
-};
-
} // namespace autofill
#endif // CHROME_BROWSER_UI_AUTOFILL_DATA_MODEL_WRAPPER_H_
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc ('k') | chrome/browser/ui/autofill/data_model_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698