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

Unified Diff: net/spdy/hpack_input_stream.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_input_stream.h
diff --git a/net/spdy/hpack_input_stream.h b/net/spdy/hpack_input_stream.h
index 058a4b4286a741f6cbd67a5099c7d22166202f91..8164ee6d9429370955b805168c96265450247d10 100644
--- a/net/spdy/hpack_input_stream.h
+++ b/net/spdy/hpack_input_stream.h
@@ -60,13 +60,9 @@ class NET_EXPORT_PRIVATE HpackInputStream {
// Accessors for testing.
- void SetBitOffsetForTest(size_t bit_offset) {
- bit_offset_ = bit_offset;
- }
+ void SetBitOffsetForTest(size_t bit_offset) { bit_offset_ = bit_offset; }
- bool DecodeNextUint32ForTest(uint32* I) {
- return DecodeNextUint32(I);
- }
+ bool DecodeNextUint32ForTest(uint32* I) { return DecodeNextUint32(I); }
private:
const uint32 max_string_literal_size_;

Powered by Google App Engine
This is Rietveld 408576698