| Index: components/autofill/common/web_element_descriptor.h
|
| diff --git a/components/autofill/common/web_element_descriptor.h b/components/autofill/common/web_element_descriptor.h
|
| index 0e0aabf43febf337c837cf4c03d5fa7bf0bb70ad..be7c3e6e72f4a4570b3b93d8e66454c411498041 100644
|
| --- a/components/autofill/common/web_element_descriptor.h
|
| +++ b/components/autofill/common/web_element_descriptor.h
|
| @@ -7,10 +7,12 @@
|
|
|
| #include <string>
|
|
|
| +#include "components/autofill/common/autofill_export.h"
|
| +
|
| namespace autofill {
|
|
|
| // Holds information that can be used to retrieve an element.
|
| -struct WebElementDescriptor {
|
| +struct AUTOFILL_EXPORT WebElementDescriptor {
|
| enum RetrievalMethod {
|
| CSS_SELECTOR,
|
| ID,
|
|
|