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

Unified Diff: components/cronet/ios/cronet_environment.mm

Issue 2668353003: [Cronet] make HttpCacheType enum more comfortative to Obj-C style. (Closed)
Patch Set: Created 3 years, 11 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
« components/cronet/ios/Cronet.h ('K') | « components/cronet/ios/Cronet.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/ios/cronet_environment.mm
diff --git a/components/cronet/ios/cronet_environment.mm b/components/cronet/ios/cronet_environment.mm
index 68d09a3d28da3681e0a6a27767f3f54b80142415..f9b90cecfeef6a9faf8c3b0e993c68a491789fa0 100644
--- a/components/cronet/ios/cronet_environment.mm
+++ b/components/cronet/ios/cronet_environment.mm
@@ -312,7 +312,7 @@ void CronetEnvironment::InitializeOnNetworkThread() {
context_builder.set_host_resolver(std::move(mapped_host_resolver));
std::unique_ptr<net::CookieStore> cookie_store =
- base::MakeUnique<CookieStoreIOS>(
+ base::MakeUnique<net::CookieStoreIOS>(
[NSHTTPCookieStorage sharedHTTPCookieStorage]);
context_builder.SetCookieAndChannelIdStores(std::move(cookie_store), nullptr);
« components/cronet/ios/Cronet.h ('K') | « components/cronet/ios/Cronet.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698