| 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;
|
|
|
|
|