summaryrefslogtreecommitdiffstats
path: root/app/animation_container_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'app/animation_container_unittest.cc')
-rw-r--r--app/animation_container_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/animation_container_unittest.cc b/app/animation_container_unittest.cc
index e4253c6..d99531b 100644
--- a/app/animation_container_unittest.cc
+++ b/app/animation_container_unittest.cc
@@ -5,6 +5,7 @@
#include "app/animation_container.h"
#include "app/linear_animation.h"
#include "app/test_animation_delegate.h"
+#include "base/scoped_ptr.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -25,7 +26,7 @@ class MockObserver : public AnimationContainer::Observer {
class TestAnimation : public LinearAnimation {
public:
- TestAnimation(AnimationDelegate* delegate)
+ explicit TestAnimation(AnimationDelegate* delegate)
: LinearAnimation(20, 20, delegate) {
}