| Index: ios/web_view/public/cwv_html_element.h
|
| diff --git a/ios/web_view/public/cwv_html_element.h b/ios/web_view/public/cwv_html_element.h
|
| index 11537547acf59f09a0a2a67de8a0c72551fe7c99..05e773d28d1a16ffcc0cedadf0ad0d3488d11810 100644
|
| --- a/ios/web_view/public/cwv_html_element.h
|
| +++ b/ios/web_view/public/cwv_html_element.h
|
| @@ -5,10 +5,9 @@
|
| #ifndef IOS_WEB_VIEW_PUBLIC_CWV_HTML_ELEMENT_H_
|
| #define IOS_WEB_VIEW_PUBLIC_CWV_HTML_ELEMENT_H_
|
|
|
| +#import <ChromeWebView/cwv_export.h>
|
| #import <Foundation/Foundation.h>
|
|
|
| -#include "cwv_export.h"
|
| -
|
| // Encapsulates information about HTML element. Used in
|
| // delegate methods.
|
| CWV_EXPORT
|
|
|