Index: ui/gfx/compositor/test_layer_animation_delegate.h |
=================================================================== |
--- ui/gfx/compositor/test_layer_animation_delegate.h (revision 110049) |
+++ ui/gfx/compositor/test_layer_animation_delegate.h (working copy) |
@@ -13,12 +13,10 @@ |
namespace ui { |
-class LayerAnimationSequence; |
- |
class TestLayerAnimationDelegate : public LayerAnimationDelegate { |
public: |
TestLayerAnimationDelegate(); |
- TestLayerAnimationDelegate(const LayerAnimationDelegate& other); |
+ explicit TestLayerAnimationDelegate(const LayerAnimationDelegate& other); |
virtual ~TestLayerAnimationDelegate(); |
// Implementation of LayerAnimationDelegate |