| 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 542b60677f0344b189003a95b0157b9b575dc4e1..5bb26e3a9b08fd51e5a17c72f05255889f796386 100644
 | 
| --- a/content/browser/renderer_host/resource_dispatcher_host.cc
 | 
| +++ b/content/browser/renderer_host/resource_dispatcher_host.cc
 | 
| @@ -137,8 +137,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()));
 | 
|    }
 | 
|  }
 | 
|  
 | 
| 
 |