| 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 eae86d30b2595125ec44c6cb715d82a032a122f0..91d2b381ef189ac1752825ca9a93e5748001911f 100644
|
| --- a/chrome/browser/ui/autofill/data_model_wrapper.h
|
| +++ b/chrome/browser/ui/autofill/data_model_wrapper.h
|
| @@ -36,8 +36,8 @@ class DataModelWrapper {
|
| virtual ~DataModelWrapper();
|
|
|
| // Fills in |inputs| with the data that this model contains (|inputs| is an
|
| - // out-param).
|
| - void FillInputs(DetailInputs* inputs);
|
| + // out-param). |country_code| is the country used for |inputs|' section.
|
| + void FillInputs(DetailInputs* inputs, const std::string& country_code);
|
|
|
| // Returns the data for a specific autocomplete type in a format for filling
|
| // into a web form.
|
|
|