Index: content/browser/renderer_host/p2p/socket_host_test_utils.h |
diff --git a/content/browser/renderer_host/p2p/socket_host_test_utils.h b/content/browser/renderer_host/p2p/socket_host_test_utils.h |
index 76358d2fa4b981842714703cef5a87f172c02ec5..17172e6f79c42491dc47f33aee72abda769453cd 100644 |
--- a/content/browser/renderer_host/p2p/socket_host_test_utils.h |
+++ b/content/browser/renderer_host/p2p/socket_host_test_utils.h |
@@ -95,7 +95,7 @@ void CreateStunRequest(std::vector<char>* packet); |
void CreateStunResponse(std::vector<char>* packet); |
void CreateStunError(std::vector<char>* packet); |
-net::IPEndPoint ParseAddress(const std::string ip_str, uint16 port); |
+net::IPEndPoint ParseAddress(const std::string& ip_str, uint16 port); |
MATCHER_P(MatchMessage, type, "") { |
return arg->type() == type; |