| Index: ios/web/interstitials/native_web_interstitial_impl.h
|
| diff --git a/ios/web/interstitials/native_web_interstitial_impl.h b/ios/web/interstitials/native_web_interstitial_impl.h
|
| index bd680e62926d2c23bbb4c42164c0dd39eec4a3eb..f24c731c143fd3d3257ab7429465d27566167f1c 100644
|
| --- a/ios/web/interstitials/native_web_interstitial_impl.h
|
| +++ b/ios/web/interstitials/native_web_interstitial_impl.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef IOS_WEB_INTERSTITIALS_NATIVE_WEB_INTERSTITIAL_IMPL_H_
|
| #define IOS_WEB_INTERSTITIALS_NATIVE_WEB_INTERSTITIAL_IMPL_H_
|
|
|
| -#include "ios/web/interstitials/web_interstitial_impl.h"
|
| +#import "ios/web/interstitials/web_interstitial_impl.h"
|
|
|
| #include <memory>
|
|
|
| -#include "base/ios/weak_nsobject.h"
|
| -#include "base/mac/scoped_nsobject.h"
|
| +#import "base/ios/weak_nsobject.h"
|
| +#import "base/mac/scoped_nsobject.h"
|
|
|
| namespace web {
|
|
|
|
|