| Index: cc/tree_synchronizer_unittest.cc
|
| diff --git a/cc/tree_synchronizer_unittest.cc b/cc/tree_synchronizer_unittest.cc
|
| index 1c7e9278c52b0157ae291862182088996afaa45e..b2cc177b9962e577e3299dac4d5eb2b807ade79c 100644
|
| --- a/cc/tree_synchronizer_unittest.cc
|
| +++ b/cc/tree_synchronizer_unittest.cc
|
| @@ -64,7 +64,7 @@ public:
|
| }
|
|
|
| private:
|
| - MockLayer(std::vector<int>* layerImplDestructionList)
|
| + explicit MockLayer(std::vector<int>* layerImplDestructionList)
|
| : Layer()
|
| , m_layerImplDestructionList(layerImplDestructionList)
|
| {
|
|
|