Index: chrome/browser/autofill/autofill_driver_impl_browsertest.cc |
diff --git a/chrome/browser/autofill/autofill_driver_impl_browsertest.cc b/chrome/browser/autofill/autofill_driver_impl_browsertest.cc |
index c868cc6016326a9c97ea1b875cc5b87fa54b180e..4fe1b88c49d803fa36893b065c36fcb022e019e4 100644 |
--- a/chrome/browser/autofill/autofill_driver_impl_browsertest.cc |
+++ b/chrome/browser/autofill/autofill_driver_impl_browsertest.cc |
@@ -41,9 +41,9 @@ class MockAutofillManagerDelegate |
MOCK_METHOD7(ShowAutofillPopup, |
void(const gfx::RectF& element_bounds, |
base::i18n::TextDirection text_direction, |
- 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, |
base::WeakPtr<AutofillPopupDelegate> delegate)); |