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 c3deea8ecc87427109b5f86a4ca447fc5dd9b910..60b532f48df7e311a2050f708fdab19729c57ab5 100644 |
--- a/content/browser/renderer_host/p2p/socket_host_test_utils.h |
+++ b/content/browser/renderer_host/p2p/socket_host_test_utils.h |
@@ -46,7 +46,7 @@ MockIPCSender::~MockIPCSender() { } |
class FakeSocket : public net::StreamSocket { |
public: |
- FakeSocket(std::string* written_data); |
+ explicit FakeSocket(std::string* written_data); |
virtual ~FakeSocket(); |
void AppendInputData(const char* data, int data_size); |