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 ba94ab27afe63dbafe091e9df21b781fa61918b6..61181d37a0fecec35612a111bfb90499aff683fa 100644 |
--- a/content/browser/renderer_host/resource_dispatcher_host.cc |
+++ b/content/browser/renderer_host/resource_dispatcher_host.cc |
@@ -149,8 +149,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())); |
} |
} |