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

Unified Diff: net/cookies/parsed_cookie.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/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.

Powered by Google App Engine
This is Rietveld 408576698