Index: cc/layer_tree_host_impl_unittest.cc |
diff --git a/cc/layer_tree_host_impl_unittest.cc b/cc/layer_tree_host_impl_unittest.cc |
index f4b5eb8686c92b1e0a3143c3d5566cadbce614e0..d98dc4654f94068977e17bd39f9fc9e7d65660d3 100644 |
--- a/cc/layer_tree_host_impl_unittest.cc |
+++ b/cc/layer_tree_host_impl_unittest.cc |
@@ -2180,7 +2180,7 @@ class MockContextHarness { |
private: |
MockContext* m_context; |
public: |
- MockContextHarness(MockContext* context) |
+ explicit MockContextHarness(MockContext* context) |
: m_context(context) |
{ |
// Catch "uninteresting" calls |