Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: ios/web_view/public/ChromeWebView.h

Issue 2791323002: Use framework style includes in ios/web_view/public. (Closed)
Patch Set: Update includes spacing. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web_view/public/BUILD.gn ('k') | ios/web_view/public/cwv.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ios/web_view/public/BUILD.gn ('k') | ios/web_view/public/cwv.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698