| 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 cf7a7ea7293b640224fe1ee8244a4ef5bf555e9e..0f41e32b9797567726b9150484dd5b1e779c4a56 100644
|
| --- a/ios/web_view/public/cwv_html_element.h
|
| +++ b/ios/web_view/public/cwv_html_element.h
|
| @@ -7,8 +7,15 @@
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| +#if defined(CWV_IMPLEMENTATION)
|
| +#include "ios/web_view/public/cwv_export.h"
|
| +#else
|
| +#include <ChromeWebView/cwv_export.h>
|
| +#endif
|
| +
|
| // Encapsulates information about HTML element. Used in
|
| // delegate methods.
|
| +CWV_EXPORT
|
| @interface CWVHTMLElement : NSObject
|
|
|
| // |href| property of an HTML element.
|
|
|