Index: ios/web_view/public/cwv_user_script.h |
diff --git a/ios/web_view/public/cwv_user_script.h b/ios/web_view/public/cwv_user_script.h |
index 5b5a5744a5ac9e5dca8fbe8c923bd8e1127db6a3..5ead98c2039d361c70ba7bee87222727691ccde6 100644 |
--- a/ios/web_view/public/cwv_user_script.h |
+++ b/ios/web_view/public/cwv_user_script.h |
@@ -5,10 +5,9 @@ |
#ifndef IOS_WEB_VIEW_PUBLIC_CWV_USER_SCRIPT_H_ |
#define IOS_WEB_VIEW_PUBLIC_CWV_USER_SCRIPT_H_ |
+#import <ChromeWebView/cwv_export.h> |
#import <Foundation/Foundation.h> |
-#import "cwv_export.h" |
- |
// User Script to be injected into main frame of CWVWebView after |
// window.document is created, but before other content is loaded (i.e., at the |
// same timing as WKUserScriptInjectionTimeAtDocumentStart). |