| Index: ios/web_view/public/cwv_ui_delegate.h
|
| diff --git a/ios/web_view/public/cwv_ui_delegate.h b/ios/web_view/public/cwv_ui_delegate.h
|
| index aed0756c420e17bba7582c22c1a53ccee1addf25..c45d3e4cd4a9e3fb32c68f9f971007432a9591a0 100644
|
| --- a/ios/web_view/public/cwv_ui_delegate.h
|
| +++ b/ios/web_view/public/cwv_ui_delegate.h
|
| @@ -8,13 +8,7 @@
|
| #import <CoreGraphics/CoreGraphics.h>
|
| #import <UIKit/UIKit.h>
|
|
|
| -// TODO(crbug.com/704946): Make framework style include work everywhere and
|
| -// remove this #if.
|
| -#if defined(CWV_IMPLEMENTATION)
|
| -#include "ios/web_view/public/cwv_export.h"
|
| -#else
|
| -#include <ChromeWebView/cwv_export.h>
|
| -#endif
|
| +#include "cwv_export.h"
|
|
|
| @class CWVHTMLElement;
|
| @class CWVWebView;
|
|
|