diff options
Diffstat (limited to 'chrome/browser/ui/autofill/autofill_dialog_controller_impl.h')
-rw-r--r-- | chrome/browser/ui/autofill/autofill_dialog_controller_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h index 08ad052..70377c0 100644 --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h @@ -449,9 +449,9 @@ class AutofillDialogControllerImpl : public AutofillDialogViewDelegate, ServerFieldType type, const base::string16& field_contents, const DetailInputs& inputs, - std::vector<string16>* popup_values, - std::vector<string16>* popup_labels, - std::vector<string16>* popup_icons); + std::vector<base::string16>* popup_values, + std::vector<base::string16>* popup_labels, + std::vector<base::string16>* popup_icons); // Like RequestedFieldsForSection, but returns a pointer. DetailInputs* MutableRequestedFieldsForSection(DialogSection section); |