Index: net/cookies/parsed_cookie.h |
diff --git a/net/cookies/parsed_cookie.h b/net/cookies/parsed_cookie.h |
index 93b2c23853b1cfda6c46fa091c804c5dc015e8fe..fe03ef1472ca22e2aa52201faffe8d2bac439f78 100644 |
--- a/net/cookies/parsed_cookie.h |
+++ b/net/cookies/parsed_cookie.h |
@@ -111,9 +111,7 @@ class NET_EXPORT ParsedCookie { |
bool SetString(size_t* index, |
const std::string& key, |
const std::string& value); |
- bool SetBool(size_t* index, |
- const std::string& key, |
- bool value); |
+ bool SetBool(size_t* index, const std::string& key, bool value); |
// Helper function for SetString and SetBool handling the case that the |
// key/value pair shall not be removed. |