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

Unified Diff: ios/crnet/crnet_environment.mm

Issue 2684933009: [Cronet] Fix compilation and test errors for CookieStoreIOS. (Closed)
Patch Set: CookieStoreIOS::SystemCookiesAllowed should be true unless policy is 'Never'. Created 3 years, 10 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 | « no previous file | ios/net/cookies/cookie_store_ios.mm » ('j') | ios/net/cookies/cookie_store_ios.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/crnet/crnet_environment.mm
diff --git a/ios/crnet/crnet_environment.mm b/ios/crnet/crnet_environment.mm
index ef674a1d81b1cabf3a154905eb9bac2ae83f49d2..c61fcc63a1cb1b2a0ff5f6340ee99ac21d89bd41 100644
--- a/ios/crnet/crnet_environment.mm
+++ b/ios/crnet/crnet_environment.mm
@@ -475,7 +475,7 @@ void CrNetEnvironment::InitializeOnNetworkThread() {
main_context_->set_http_transaction_factory(main_cache);
// Cookies
- cookie_store_ = base::MakeUnique<CookieStoreIOS>(
+ cookie_store_ = base::MakeUnique<net::CookieStoreIOS>(
[NSHTTPCookieStorage sharedHTTPCookieStorage]);
main_context_->set_cookie_store(cookie_store_.get());
« no previous file with comments | « no previous file | ios/net/cookies/cookie_store_ios.mm » ('j') | ios/net/cookies/cookie_store_ios.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698