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

Unified Diff: ios/chrome/browser/ssl/ios_chrome_security_state_model_client.mm

Issue 1836793002: [ios] Moved WebLoadParams inside NavigationManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months 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/chrome/browser/search/search_util.mm ('k') | ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ssl/ios_chrome_security_state_model_client.mm
diff --git a/ios/chrome/browser/ssl/ios_chrome_security_state_model_client.mm b/ios/chrome/browser/ssl/ios_chrome_security_state_model_client.mm
index 9aff5b0a35cbfd8fe97bba875d0b596413def8b1..0d9c6f053a33f8dec10572546c8bd902ea312efa 100644
--- a/ios/chrome/browser/ssl/ios_chrome_security_state_model_client.mm
+++ b/ios/chrome/browser/ssl/ios_chrome_security_state_model_client.mm
@@ -9,7 +9,7 @@
#include "base/metrics/histogram_macros.h"
#include "ios/web/public/cert_store.h"
#include "ios/web/public/navigation_item.h"
-#include "ios/web/public/navigation_manager.h"
+#import "ios/web/public/navigation_manager.h"
#include "ios/web/public/origin_util.h"
#include "ios/web/public/security_style.h"
#include "ios/web/public/ssl_status.h"
« no previous file with comments | « ios/chrome/browser/search/search_util.mm ('k') | ios/chrome/browser/sync/ios_chrome_synced_tab_delegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698