Index: ios/web_view/public/ChromeWebView.h |
diff --git a/ios/web_view/public/ChromeWebView.h b/ios/web_view/public/ChromeWebView.h |
index 8e44d130bf945803e6ef7aa190bc173a4b3e31e6..116a1a891c7c88c56454bed0b0b036a997ae67c2 100644 |
--- a/ios/web_view/public/ChromeWebView.h |
+++ b/ios/web_view/public/ChromeWebView.h |
@@ -2,18 +2,21 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef IOS_WEB_VIEW_PUBLIC_CHROME_WEB_VIEW_H_ |
-#define IOS_WEB_VIEW_PUBLIC_CHROME_WEB_VIEW_H_ |
+#ifndef IOS_WEB_VIEW_PUBLIC_CHROMEWEBVIEW_H_ |
+#define IOS_WEB_VIEW_PUBLIC_CHROMEWEBVIEW_H_ |
#import <ChromeWebView/cwv.h> |
#import <ChromeWebView/cwv_delegate.h> |
+#import <ChromeWebView/cwv_export.h> |
#import <ChromeWebView/cwv_html_element.h> |
#import <ChromeWebView/cwv_navigation_action.h> |
#import <ChromeWebView/cwv_navigation_delegate.h> |
#import <ChromeWebView/cwv_translate_delegate.h> |
#import <ChromeWebView/cwv_translate_manager.h> |
#import <ChromeWebView/cwv_ui_delegate.h> |
+#import <ChromeWebView/cwv_user_content_controller.h> |
+#import <ChromeWebView/cwv_user_script.h> |
#import <ChromeWebView/cwv_web_view.h> |
#import <ChromeWebView/cwv_web_view_configuration.h> |
-#endif // IOS_WEB_VIEW_PUBLIC_CHROME_WEB_VIEW_H_ |
+#endif // IOS_WEB_VIEW_PUBLIC_CHROMEWEBVIEW_H_ |