Chromium Code Reviews| Index: net/http/http_cache.h |
| diff --git a/net/http/http_cache.h b/net/http/http_cache.h |
| index 33b89f382cd47114181f65d2b6d6b3821378939c..4f75ac50f5ea0f78efee9a0cf3427a75b4ac1a11 100644 |
| --- a/net/http/http_cache.h |
| +++ b/net/http/http_cache.h |
| @@ -178,7 +178,7 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory, |
| // be performed asynchronously without any completion notification. |
| void WriteMetadata(const GURL& url, |
| RequestPriority priority, |
| - base::Time expected_response_time, |
| + double expected_response_time, |
|
rvargas (doing something else)
2015/02/05 20:23:44
Isn't there another way to fix this?
This code is
|
| IOBuffer* buf, |
| int buf_len); |