| Index: ios/web/interstitials/web_interstitial_impl.mm
|
| diff --git a/ios/web/interstitials/web_interstitial_impl.mm b/ios/web/interstitials/web_interstitial_impl.mm
|
| index fb5ef39d6c0d90c6e3d2192c15303c478cfd2910..fc1bd1db2b43469e216566602133d222c9780dd5 100644
|
| --- a/ios/web/interstitials/web_interstitial_impl.mm
|
| +++ b/ios/web/interstitials/web_interstitial_impl.mm
|
| @@ -6,11 +6,11 @@
|
|
|
| #include "base/logging.h"
|
| #include "ios/web/interstitials/web_interstitial_facade_delegate.h"
|
| -#include "ios/web/navigation/crw_session_controller.h"
|
| -#include "ios/web/navigation/navigation_manager_impl.h"
|
| -#include "ios/web/public/interstitials/web_interstitial_delegate.h"
|
| +#import "ios/web/navigation/crw_session_controller.h"
|
| +#import "ios/web/navigation/navigation_manager_impl.h"
|
| +#import "ios/web/public/interstitials/web_interstitial_delegate.h"
|
| #import "ios/web/public/navigation_manager.h"
|
| -#include "ios/web/web_state/web_state_impl.h"
|
| +#import "ios/web/web_state/web_state_impl.h"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
| #error "This file requires ARC support."
|
|
|