Index: net/quic/test_tools/mock_random.h |
diff --git a/net/quic/test_tools/mock_random.h b/net/quic/test_tools/mock_random.h |
index 3a3c87f4497f7391815c76369eb460f3beb227ab..ef575eccc84adfbbcdea8c4607bb8411267f724c 100644 |
--- a/net/quic/test_tools/mock_random.h |
+++ b/net/quic/test_tools/mock_random.h |
@@ -14,7 +14,7 @@ class MockRandom : public QuicRandom { |
public: |
// Initializes base_ to 0xDEADBEEF. |
MockRandom(); |
- MockRandom(uint32 base); |
+ explicit MockRandom(uint32 base); |
// QuicRandom: |
// Fills the |data| buffer with a repeating byte, initially 'r'. |