| 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 05e773d28d1a16ffcc0cedadf0ad0d3488d11810..e8605468814b211b5e813b91a4fb228ebba9470b 100644
|
| --- a/ios/web_view/public/cwv_html_element.h
|
| +++ b/ios/web_view/public/cwv_html_element.h
|
| @@ -5,9 +5,10 @@
|
| #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>
|
|
|
| +#import "cwv_export.h"
|
| +
|
| // Encapsulates information about HTML element. Used in
|
| // delegate methods.
|
| CWV_EXPORT
|
|
|