| 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 5563b9f9e716d68a2e2ae67a161ea88807c84cc2..287530ad6c2cfa7a8c7a83306dd6852d12da9c23 100644
|
| --- a/components/autofill/browser/autofill_manager_delegate.h
|
| +++ b/components/autofill/browser/autofill_manager_delegate.h
|
| @@ -8,6 +8,7 @@
|
| #include <vector>
|
|
|
| #include "base/callback_forward.h"
|
| +#include "base/i18n/rtl.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/strings/string16.h"
|
|
|
| @@ -116,6 +117,7 @@ class AutofillManagerDelegate {
|
| // notified of popup events.
|
| virtual void ShowAutofillPopup(
|
| const gfx::RectF& element_bounds,
|
| + base::i18n::TextDirection text_direction,
|
| const std::vector<base::string16>& values,
|
| const std::vector<base::string16>& labels,
|
| const std::vector<base::string16>& icons,
|
|
|