| 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_
|
|
|