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

Unified Diff: ios/web/shell/shell_url_request_context_getter.mm

Issue 2605913002: Fix include import in ios/web (Closed)
Patch Set: 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/shell/shell_url_request_context_getter.mm
diff --git a/ios/web/shell/shell_url_request_context_getter.mm b/ios/web/shell/shell_url_request_context_getter.mm
index d7efc4aeab90b7491e260b67bb563d9c32319391..7fa966cf5d05a2c44c79d394f5cfa434443486bb 100644
--- a/ios/web/shell/shell_url_request_context_getter.mm
+++ b/ios/web/shell/shell_url_request_context_getter.mm
@@ -13,8 +13,8 @@
#include "base/memory/ref_counted.h"
#include "base/path_service.h"
#include "base/threading/worker_pool.h"
-#include "ios/net/cookies/cookie_store_ios.h"
-#include "ios/web/public/web_client.h"
+#import "ios/net/cookies/cookie_store_ios.h"
+#import "ios/web/public/web_client.h"
#include "ios/web/public/web_thread.h"
#include "ios/web/shell/shell_network_delegate.h"
#include "net/base/cache_type.h"

Powered by Google App Engine
This is Rietveld 408576698