| Index: cc/test/animation_test_common.h
|
| diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h
|
| index 6df5db2f23ae0e7b731f1cfebb4a5aa7975c3b16..d45b56aeccb1851d4d158a2f2314c16de142bee9 100644
|
| --- a/cc/test/animation_test_common.h
|
| +++ b/cc/test/animation_test_common.h
|
| @@ -33,7 +33,7 @@ private:
|
|
|
| class FakeTransformTransition : public cc::TransformAnimationCurve {
|
| public:
|
| - FakeTransformTransition(double duration);
|
| + explicit FakeTransformTransition(double duration);
|
| virtual ~FakeTransformTransition();
|
|
|
| virtual double duration() const OVERRIDE;
|
|
|