Index: ios/web/shell/app_delegate.mm |
diff --git a/ios/web/shell/app_delegate.mm b/ios/web/shell/app_delegate.mm |
index f5a4a3fd636833e4bd5b2dc1a050625862be7ba2..abc7bacdecedf5b644772888eec0d965d76f418d 100644 |
--- a/ios/web/shell/app_delegate.mm |
+++ b/ios/web/shell/app_delegate.mm |
@@ -8,11 +8,11 @@ |
#import "base/mac/scoped_nsobject.h" |
#include "ios/web/public/app/web_main.h" |
-#include "ios/web/public/web_client.h" |
-#include "ios/web/public/web_state/web_state.h" |
+#import "ios/web/public/web_client.h" |
+#import "ios/web/public/web_state/web_state.h" |
#include "ios/web/shell/shell_browser_state.h" |
#include "ios/web/shell/shell_main_delegate.h" |
-#include "ios/web/shell/shell_web_client.h" |
+#import "ios/web/shell/shell_web_client.h" |
#import "ios/web/shell/view_controller.h" |
#if !defined(__has_feature) || !__has_feature(objc_arc) |