Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: net/http/http_mac_signature.cc

Issue 6901121: MAC Cookies (patch 2 of N) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: MAC Cookies (patch 2 of N) Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698