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

Unified Diff: ios/web/net/crw_cert_verification_controller.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
« no previous file with comments | « ios/web/net/cookie_notification_bridge.mm ('k') | ios/web/net/crw_cert_verification_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/net/crw_cert_verification_controller.h
diff --git a/ios/web/net/crw_cert_verification_controller.h b/ios/web/net/crw_cert_verification_controller.h
index 7855b4dfeb11c5eaf898bf8602ff445f26f5c394..69daf9d89aa08b80b3a9f6002a446f6d3bec96fb 100644
--- a/ios/web/net/crw_cert_verification_controller.h
+++ b/ios/web/net/crw_cert_verification_controller.h
@@ -8,7 +8,7 @@
#import <Foundation/Foundation.h>
#include "base/mac/scoped_cftyperef.h"
-#import "base/memory/ref_counted.h"
+#include "base/memory/ref_counted.h"
#include "ios/web/public/security_style.h"
#include "net/cert/cert_status_flags.h"
« no previous file with comments | « ios/web/net/cookie_notification_bridge.mm ('k') | ios/web/net/crw_cert_verification_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698