| Index: ios/web/interstitials/native_web_interstitial_impl.mm
|
| diff --git a/ios/web/interstitials/native_web_interstitial_impl.mm b/ios/web/interstitials/native_web_interstitial_impl.mm
|
| index 822a9b84cf9039f96ee58b61fa942aebb01c7042..fbceff671fa6e69bd94c5662b03fa789c560da65 100644
|
| --- a/ios/web/interstitials/native_web_interstitial_impl.mm
|
| +++ b/ios/web/interstitials/native_web_interstitial_impl.mm
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ios/web/interstitials/native_web_interstitial_impl.h"
|
| +#import "ios/web/interstitials/native_web_interstitial_impl.h"
|
|
|
| #include <utility>
|
|
|
| #include "base/logging.h"
|
| -#include "ios/web/public/interstitials/web_interstitial_delegate.h"
|
| +#import "ios/web/public/interstitials/web_interstitial_delegate.h"
|
| #import "ios/web/public/web_state/ui/crw_generic_content_view.h"
|
| -#include "ios/web/web_state/web_state_impl.h"
|
| +#import "ios/web/web_state/web_state_impl.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
|
|