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

Unified Diff: net/http/http_pipelined_host_test_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/http/http_pipelined_host_test_util.h
diff --git a/net/http/http_pipelined_host_test_util.h b/net/http/http_pipelined_host_test_util.h
index 245ff02c4d58109477f21559a1e1b50a90c164d4..8858ac104c053d9869d97aed8ad0f9168d6a5375 100644
--- a/net/http/http_pipelined_host_test_util.h
+++ b/net/http/http_pipelined_host_test_util.h
@@ -25,15 +25,16 @@ class MockPipelineFactory : public HttpPipelinedConnection::Factory {
MockPipelineFactory();
virtual ~MockPipelineFactory();
- MOCK_METHOD8(CreateNewPipeline, HttpPipelinedConnection*(
- ClientSocketHandle* connection,
- HttpPipelinedConnection::Delegate* delegate,
- const HostPortPair& origin,
- const SSLConfig& used_ssl_config,
- const ProxyInfo& used_proxy_info,
- const BoundNetLog& net_log,
- bool was_npn_negotiated,
- NextProto protocol_negotiated));
+ MOCK_METHOD8(
+ CreateNewPipeline,
+ HttpPipelinedConnection*(ClientSocketHandle* connection,
+ HttpPipelinedConnection::Delegate* delegate,
+ const HostPortPair& origin,
+ const SSLConfig& used_ssl_config,
+ const ProxyInfo& used_proxy_info,
+ const BoundNetLog& net_log,
+ bool was_npn_negotiated,
+ NextProto protocol_negotiated));
};
class MockPipeline : public HttpPipelinedConnection {
@@ -65,6 +66,8 @@ class MockPipeline : public HttpPipelinedConnection {
bool active_;
};
-MATCHER_P(MatchesOrigin, expected, "") { return expected.Equals(arg); }
+MATCHER_P(MatchesOrigin, expected, "") {
+ return expected.Equals(arg);
+}
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698