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

Unified Diff: ios/chrome/browser/net/cookie_util.h

Issue 1701063002: CookieStore: Remove reference counting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@threadsafe
Patch Set: merge 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/ios_chrome_io_thread.mm ('k') | ios/chrome/browser/net/cookie_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/net/cookie_util.h
diff --git a/ios/chrome/browser/net/cookie_util.h b/ios/chrome/browser/net/cookie_util.h
index 1b85e04f22b31acca941f479e270be9e31636d37..1f21f08c2d29e2b32bca2fb4159543a8538fd478 100644
--- a/ios/chrome/browser/net/cookie_util.h
+++ b/ios/chrome/browser/net/cookie_util.h
@@ -74,7 +74,7 @@ struct CookieStoreConfig {
// Creates a cookie store wich is internally either a CookieMonster or a
// CookieStoreIOS.
-net::CookieStore* CreateCookieStore(const CookieStoreConfig& config);
+scoped_ptr<net::CookieStore> CreateCookieStore(const CookieStoreConfig& config);
// Returns true if the cookies should be cleared.
// Current implementation returns true if the device has rebooted since the
« no previous file with comments | « ios/chrome/browser/ios_chrome_io_thread.mm ('k') | ios/chrome/browser/net/cookie_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698