| Index: components/autofill/common/form_field_data.h
|
| diff --git a/components/autofill/common/form_field_data.h b/components/autofill/common/form_field_data.h
|
| index 9b87d152602cf5f3eab3eca626f3b9869d916d8f..64f3cc2803714fb280f74294599eb93d35b0a13e 100644
|
| --- a/components/autofill/common/form_field_data.h
|
| +++ b/components/autofill/common/form_field_data.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <vector>
|
|
|
| +#include "base/i18n/rtl.h"
|
| #include "base/strings/string16.h"
|
|
|
| namespace autofill {
|
| @@ -36,6 +37,7 @@ struct FormFieldData {
|
| bool is_checkable;
|
| bool is_focusable;
|
| bool should_autocomplete;
|
| + base::i18n::TextDirection text_direction;
|
|
|
| // For the HTML snippet |<option value="US">United States</option>|, the
|
| // value is "US" and the contents are "United States".
|
|
|