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 46d2cc2abd3442ae08c956f9d31d8608da39f35c..447be334bfa42a3469e5f49222abab64d99eb1f5 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())); |
} |
} |