Chromium Code Reviews| Index: net/cookies/parsed_cookie.cc |
| diff --git a/net/cookies/parsed_cookie.cc b/net/cookies/parsed_cookie.cc |
| index 5cd542dcac6c3d658db0fd56bbe47f41564eeff4..ecb87129b432f12efd6b97117be91ebdc2d45d76 100644 |
| --- a/net/cookies/parsed_cookie.cc |
| +++ b/net/cookies/parsed_cookie.cc |
| @@ -424,7 +424,7 @@ bool ParsedCookie::SetBool(size_t* index, |
| ClearAttributePair(*index); |
| return true; |
| } else { |
| - return SetAttributePair(index, key, ""); |
| + return SetAttributePair(index, key, std::string()); |
| } |
| } |