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

Unified Diff: net/spdy/spdy_test_utils.h

Issue 295383007: Get rid of websocket_over_spdy_enabled global. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with fixed linebreaks 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
« no previous file with comments | « net/spdy/spdy_test_util_common.cc ('k') | net/url_request/url_request_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_test_utils.h
diff --git a/net/spdy/spdy_test_utils.h b/net/spdy/spdy_test_utils.h
index 439311e2c16a95456109d35c9a90490bbc6c41ca..5b31596becf56d5c0b3698c3b2b192d5f8c3afb1 100644
--- a/net/spdy/spdy_test_utils.h
+++ b/net/spdy/spdy_test_utils.h
@@ -1,40 +1,40 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef NET_SPDY_TEST_UTILS_H_
-#define NET_SPDY_TEST_UTILS_H_
-
-#include <string>
-
-#include "net/spdy/spdy_protocol.h"
-
-namespace net {
-
-namespace test {
-
-std::string HexDumpWithMarks(const unsigned char* data, int length,
- const bool* marks, int mark_length);
-
-void CompareCharArraysWithHexError(
- const std::string& description,
- const unsigned char* actual,
- const int actual_len,
- const unsigned char* expected,
- const int expected_len);
-
-void SetFrameFlags(SpdyFrame* frame,
- uint8 flags,
- SpdyMajorVersion spdy_version);
-
-void SetFrameLength(SpdyFrame* frame,
- size_t length,
- SpdyMajorVersion spdy_version);
-
-std::string a2b_hex(const char* hex_data);
-
-} // namespace test
-
-} // namespace net
-
-#endif // NET_SPDY_TEST_UTILS_H_
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef NET_SPDY_TEST_UTILS_H_
+#define NET_SPDY_TEST_UTILS_H_
+
+#include <string>
+
+#include "net/spdy/spdy_protocol.h"
+
+namespace net {
+
+namespace test {
+
+std::string HexDumpWithMarks(const unsigned char* data, int length,
+ const bool* marks, int mark_length);
+
+void CompareCharArraysWithHexError(
+ const std::string& description,
+ const unsigned char* actual,
+ const int actual_len,
+ const unsigned char* expected,
+ const int expected_len);
+
+void SetFrameFlags(SpdyFrame* frame,
+ uint8 flags,
+ SpdyMajorVersion spdy_version);
+
+void SetFrameLength(SpdyFrame* frame,
+ size_t length,
+ SpdyMajorVersion spdy_version);
+
+std::string a2b_hex(const char* hex_data);
+
+} // namespace test
+
+} // namespace net
+
+#endif // NET_SPDY_TEST_UTILS_H_
« no previous file with comments | « net/spdy/spdy_test_util_common.cc ('k') | net/url_request/url_request_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698