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

Unified Diff: net/http/http_cache.h

Issue 895853003: Update from https://crrev.com/314320 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « net/ftp/ftp_network_transaction_unittest.cc ('k') | net/http/http_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
IOBuffer* buf,
int buf_len);
« no previous file with comments | « net/ftp/ftp_network_transaction_unittest.cc ('k') | net/http/http_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698