| Index: components/autofill/browser/test_autofill_manager_delegate.h
|
| diff --git a/components/autofill/browser/test_autofill_manager_delegate.h b/components/autofill/browser/test_autofill_manager_delegate.h
|
| index 0c31d988f632267ddd4a7d5287759e4967a0f121..f88c7cccb7d70c05fd823d6ca370ecf240ce4b37 100644
|
| --- a/components/autofill/browser/test_autofill_manager_delegate.h
|
| +++ b/components/autofill/browser/test_autofill_manager_delegate.h
|
| @@ -48,9 +48,9 @@ class TestAutofillManagerDelegate : public AutofillManagerDelegate {
|
| const base::Callback<void(const FormStructure*,
|
| const std::string&)>& callback) OVERRIDE;
|
| virtual void ShowAutofillPopup(const gfx::RectF& element_bounds,
|
| - const std::vector<string16>& values,
|
| - const std::vector<string16>& labels,
|
| - const std::vector<string16>& icons,
|
| + const std::vector<base::string16>& values,
|
| + const std::vector<base::string16>& labels,
|
| + const std::vector<base::string16>& icons,
|
| const std::vector<int>& identifiers,
|
| AutofillPopupDelegate* delegate) OVERRIDE;
|
| virtual void HideAutofillPopup() OVERRIDE;
|
|
|