Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: ios/web/interstitials/native_web_interstitial_impl.h

Issue 2605913002: Fix include import in ios/web (Closed)
Patch Set: add missing #import Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « ios/web/interstitials/html_web_interstitial_impl.mm ('k') | ios/web/interstitials/native_web_interstitial_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698