Index: content/common/resource_dispatcher.cc |
diff --git a/content/common/resource_dispatcher.cc b/content/common/resource_dispatcher.cc |
index 301c3bf7ee229ca7c68ba7830c667759bb428e6a..b43d50522e47702bdfe7cde36dd40a81538aaa3f 100644 |
--- a/content/common/resource_dispatcher.cc |
+++ b/content/common/resource_dispatcher.cc |
@@ -430,10 +430,11 @@ void ResourceDispatcher::FollowPendingRedirect( |
message_sender()->Send(msg); |
} |
-void ResourceDispatcher::OnRequestComplete(int request_id, |
- const net::URLRequestStatus& status, |
- const std::string& security_info, |
- const base::Time& completion_time) { |
+void ResourceDispatcher::OnRequestComplete( |
+ int request_id, |
+ const net::URLRequestStatus& status, |
+ const std::string& security_info, |
+ const base::TimeTicks& completion_time) { |
PendingRequestInfo* request_info = GetPendingRequestInfo(request_id); |
if (!request_info) |
return; |