| Index: chrome/common/extensions/extension_localization_peer.cc
 | 
| diff --git a/chrome/common/extensions/extension_localization_peer.cc b/chrome/common/extensions/extension_localization_peer.cc
 | 
| index dfb4f1ddf8d417b39c01a91227cc738f21c6882a..fa00999133bcdd75b6409c7130c50872f8dc88a2 100644
 | 
| --- a/chrome/common/extensions/extension_localization_peer.cc
 | 
| +++ b/chrome/common/extensions/extension_localization_peer.cc
 | 
| @@ -68,7 +68,7 @@ void ExtensionLocalizationPeer::OnReceivedData(const char* data,
 | 
|  void ExtensionLocalizationPeer::OnCompletedRequest(
 | 
|      const net::URLRequestStatus& status,
 | 
|      const std::string& security_info,
 | 
| -    const base::Time& completion_time) {
 | 
| +    const base::TimeTicks& completion_time) {
 | 
|    // Make sure we delete ourselves at the end of this call.
 | 
|    scoped_ptr<ExtensionLocalizationPeer> this_deleter(this);
 | 
|  
 | 
| 
 |