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

Unified Diff: ios/net/cookies/cookie_store_ios_test_util.h

Issue 2937963003: Shift cookie system callbacks to OnceCallback to impedance match mojo. (Closed)
Patch Set: Finish Merge Created 3 years, 6 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
Index: ios/net/cookies/cookie_store_ios_test_util.h
diff --git a/ios/net/cookies/cookie_store_ios_test_util.h b/ios/net/cookies/cookie_store_ios_test_util.h
index 436ffebf2830d725a4ff97f050c6f398015eef4c..82c33c3ec7c286cbfcf7c0b49bfbfdcde1c16ba1 100644
--- a/ios/net/cookies/cookie_store_ios_test_util.h
+++ b/ios/net/cookies/cookie_store_ios_test_util.h
@@ -38,7 +38,7 @@ class TestPersistentCookieStore
void UpdateCookieAccessTime(const net::CanonicalCookie& cc) override;
void DeleteCookie(const net::CanonicalCookie& cc) override;
void SetForceKeepSessionState() override;
- void Flush(const base::Closure& callback) override;
+ void Flush(base::OnceClosure callback) override;
~TestPersistentCookieStore() override;

Powered by Google App Engine
This is Rietveld 408576698