| Index: ios/web_view/public/cwv_web_view_configuration.h
|
| diff --git a/ios/web_view/public/cwv_web_view_configuration.h b/ios/web_view/public/cwv_web_view_configuration.h
|
| index 5a61b55683a01e7120899f8de1726e92556b22a6..73f000c31fdbfb62e19eb89e6ac5501ae2876609 100644
|
| --- a/ios/web_view/public/cwv_web_view_configuration.h
|
| +++ b/ios/web_view/public/cwv_web_view_configuration.h
|
| @@ -7,13 +7,7 @@
|
|
|
| #import <Foundation/Foundation.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
|
| +#import "cwv_export.h"
|
|
|
| @class CWVUserContentController;
|
| @class CWVWebsiteDataStore;
|
|
|