| Index: components/autofill/browser/autofill_manager_delegate.h
|
| diff --git a/components/autofill/browser/autofill_manager_delegate.h b/components/autofill/browser/autofill_manager_delegate.h
|
| index 2056aa62376173aca7bf379c666ef4257115891b..dcfacd7fd4fe4bbe9f1490308b0f903f07ecff9d 100644
|
| --- a/components/autofill/browser/autofill_manager_delegate.h
|
| +++ b/components/autofill/browser/autofill_manager_delegate.h
|
| @@ -132,9 +132,9 @@ class AutofillManagerDelegate {
|
| // |identifiers| for the element at |element_bounds|. |delegate| will be
|
| // notified of popup events.
|
| 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) = 0;
|
|
|
|
|