| Index: ios/web_view/public/cwv_navigation_delegate.h
|
| diff --git a/ios/web_view/public/cwv_navigation_delegate.h b/ios/web_view/public/cwv_navigation_delegate.h
|
| index 52ca51e487729c437d25d23eb6adf5820657ec48..4561d61985f71efa3648946f16e61a89f94d97f5 100644
|
| --- a/ios/web_view/public/cwv_navigation_delegate.h
|
| +++ b/ios/web_view/public/cwv_navigation_delegate.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef IOS_WEB_VIEW_PUBLIC_CWV_NAVIGATION_DELEGATE_H_
|
| #define IOS_WEB_VIEW_PUBLIC_CWV_NAVIGATION_DELEGATE_H_
|
|
|
| -#import <ChromeWebView/cwv_export.h>
|
| #import <Foundation/Foundation.h>
|
|
|
| +#import "cwv_export.h"
|
| +
|
| @protocol CRIWVTranslateDelegate;
|
| @class CWVWebView;
|
|
|
|
|