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

Unified Diff: net/spdy/hpack_string_util.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/spdy/hpack_string_util.h
diff --git a/net/spdy/hpack_string_util.h b/net/spdy/hpack_string_util.h
index 81e855729bba49f09cc721bba642920539c53125..23344d61c49d6e35cb3f8c6f7139962d56417be1 100644
--- a/net/spdy/hpack_string_util.h
+++ b/net/spdy/hpack_string_util.h
@@ -15,9 +15,8 @@ namespace net {
// A constant-time StringPiece comparison function, as suggested
// by section 6.
-bool NET_EXPORT_PRIVATE StringPiecesEqualConstantTime(
- base::StringPiece str1,
- base::StringPiece str2);
+bool NET_EXPORT_PRIVATE StringPiecesEqualConstantTime(base::StringPiece str1,
+ base::StringPiece str2);
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698