| Index: content/common/resource_dispatcher.h
|
| diff --git a/content/common/resource_dispatcher.h b/content/common/resource_dispatcher.h
|
| index 15d7b1fc02ac85e7b1e237d3f2d1019d24ca23ef..a992fdb07cf353636b3176230a2e29bfa7ac6e8d 100644
|
| --- a/content/common/resource_dispatcher.h
|
| +++ b/content/common/resource_dispatcher.h
|
| @@ -122,7 +122,7 @@ class ResourceDispatcher : public IPC::Channel::Listener {
|
| int request_id,
|
| const net::URLRequestStatus& status,
|
| const std::string& security_info,
|
| - const base::Time& completion_time);
|
| + const base::TimeTicks& completion_time);
|
|
|
| // Dispatch the message to one of the message response handlers.
|
| void DispatchMessage(const IPC::Message& message);
|
|
|