diff options
Diffstat (limited to 'components/autofill/browser/test_autofill_manager_delegate.h')
-rw-r--r-- | components/autofill/browser/test_autofill_manager_delegate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/autofill/browser/test_autofill_manager_delegate.h b/components/autofill/browser/test_autofill_manager_delegate.h index 0c31d98..f88c7cc 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; |