| Index: net/http/http_mac_signature.cc
|
| ===================================================================
|
| --- net/http/http_mac_signature.cc (revision 83602)
|
| +++ net/http/http_mac_signature.cc (working copy)
|
| @@ -108,7 +108,7 @@
|
| DCHECK(!id_.empty()) << "Call AddStateInfo first.";
|
| DCHECK(!method_.empty()) << "Call AddHttpInfo first.";
|
|
|
| - std::string timestamp = base::IntToString((base::Time::Now() -
|
| + std::string timestamp = base::Int64ToString((base::Time::Now() -
|
| base::Time::UnixEpoch()).InSeconds());
|
| std::string nonce = GenerateNonce();
|
|
|
|
|