Chromium Code Reviews| Index: net/cookies/cookie_store_unittest.h |
| diff --git a/net/cookies/cookie_store_unittest.h b/net/cookies/cookie_store_unittest.h |
| index d75d8f7d81ed0a32f830b084f73e743c830b51b3..7c677cbeaecad8985c8f39d01391908ee6b5c689 100644 |
| --- a/net/cookies/cookie_store_unittest.h |
| +++ b/net/cookies/cookie_store_unittest.h |
| @@ -1125,7 +1125,8 @@ TYPED_TEST_P(CookieStoreTest, TestSecure) { |
| this->GetCookies(cs, this->https_www_google_.url())); |
| } |
| -static const int kLastAccessThresholdMilliseconds = 200; |
| +static const base::TimeDelta kLastAccessThreshold = |
| + base::TimeDelta::FromMilliseconds(200); |
|
Scott Hess - ex-Googler
2016/05/18 22:35:20
AFAICT this is only referenced by cookie_monster_u
Ryan Sleevi
2016/05/18 23:07:07
Agreed (if you want to move it there)
Scott Hess - ex-Googler
2016/05/18 23:14:29
Done.
|
| // Formerly NetUtilTest.CookieTest back when we used wininet's cookie handling. |
| TYPED_TEST_P(CookieStoreTest, NetUtilCookieTest) { |