| Index: net/http/http_mac_signature.cc
|
| diff --git a/net/http/http_mac_signature.cc b/net/http/http_mac_signature.cc
|
| index 1e3ea95d2fd83297ec9e861304b433f4819a0e43..93498ef93aad2897479269fe0bcf2c7853365b66 100644
|
| --- a/net/http/http_mac_signature.cc
|
| +++ b/net/http/http_mac_signature.cc
|
| @@ -132,7 +132,7 @@ bool HttpMacSignature::GenerateHeaderString(const std::string& age,
|
| std::string HttpMacSignature::GenerateNormalizedRequest(
|
| const std::string& age,
|
| const std::string& nonce) {
|
| - static const std::string kNewLine = "\n";
|
| + const std::string kNewLine = "\n";
|
|
|
| std::string normalized_request = age + ":" + nonce + kNewLine;
|
| normalized_request += method_ + kNewLine;
|
|
|