Index: ios/web_view/public/ChromeWebView.h |
diff --git a/ios/web_view/public/ChromeWebView.h b/ios/web_view/public/ChromeWebView.h |
index c0b07b63afce66b66cb72d8954c3cd7e693cc317..ad4f7d8d2c9b1986204a403147603a89af4e68c3 100644 |
--- a/ios/web_view/public/ChromeWebView.h |
+++ b/ios/web_view/public/ChromeWebView.h |
@@ -5,20 +5,20 @@ |
#ifndef IOS_WEB_VIEW_PUBLIC_CHROMEWEBVIEW_H_ |
#define IOS_WEB_VIEW_PUBLIC_CHROMEWEBVIEW_H_ |
-#import <ChromeWebView/cwv_export.h> |
Eugene But (OOO till 7-30)
2017/06/14 03:38:55
Just to clarify. This change and other import chan
michaeldo
2017/06/15 20:17:29
Yes, moved to dependent CL.
|
-#import <ChromeWebView/cwv_html_element.h> |
-#import <ChromeWebView/cwv_language_detection_result.h> |
-#import <ChromeWebView/cwv_navigation_action.h> |
-#import <ChromeWebView/cwv_navigation_delegate.h> |
-#import <ChromeWebView/cwv_scroll_view.h> |
-#import <ChromeWebView/cwv_scroll_view_delegate.h> |
-#import <ChromeWebView/cwv_translation_controller.h> |
-#import <ChromeWebView/cwv_translation_controller_delegate.h> |
-#import <ChromeWebView/cwv_translation_language.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> |
+#import "cwv_export.h" |
+#import "cwv_html_element.h" |
+#import "cwv_language_detection_result.h" |
+#import "cwv_navigation_action.h" |
+#import "cwv_navigation_delegate.h" |
+#import "cwv_scroll_view.h" |
+#import "cwv_scroll_view_delegate.h" |
+#import "cwv_translation_controller.h" |
+#import "cwv_translation_controller_delegate.h" |
+#import "cwv_translation_language.h" |
+#import "cwv_ui_delegate.h" |
+#import "cwv_user_content_controller.h" |
+#import "cwv_user_script.h" |
+#import "cwv_web_view.h" |
+#import "cwv_web_view_configuration.h" |
#endif // IOS_WEB_VIEW_PUBLIC_CHROMEWEBVIEW_H_ |