Index: ios/web/net/clients/crw_redirect_network_client.mm |
diff --git a/ios/web/net/clients/crw_redirect_network_client.mm b/ios/web/net/clients/crw_redirect_network_client.mm |
index 384b5562ee963c6976caaef6bae51504525c0c5b..ab4194b9131f831e0f7c9cfb77c1429697215dd8 100644 |
--- a/ios/web/net/clients/crw_redirect_network_client.mm |
+++ b/ios/web/net/clients/crw_redirect_network_client.mm |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ios/web/net/clients/crw_redirect_network_client.h" |
+#import "ios/web/net/clients/crw_redirect_network_client.h" |
#include "base/location.h" |
-#include "base/mac/bind_objc_block.h" |
+#import "base/mac/bind_objc_block.h" |
#include "ios/web/public/web_thread.h" |
#if !defined(__has_feature) || !__has_feature(objc_arc) |