Index: content/browser/renderer_host/resource_dispatcher_host.cc |
diff --git a/content/browser/renderer_host/resource_dispatcher_host.cc b/content/browser/renderer_host/resource_dispatcher_host.cc |
index de6f0af3518fbc96afbfdec22ee4cd41c0218d34..27dc3d96a16203c6e8c3bfac7e78aca38a476452 100644 |
--- a/content/browser/renderer_host/resource_dispatcher_host.cc |
+++ b/content/browser/renderer_host/resource_dispatcher_host.cc |
@@ -151,8 +151,8 @@ void AbortRequestBeforeItStarts(ResourceMessageFilter* filter, |
route_id, |
request_id, |
status, |
- std::string(), // No security info needed, connection was not |
- base::Time())); // established. |
+ std::string(), // No security info needed, connection not established. |
+ base::TimeTicks())); |
} |
} |