summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/animation_container_unittest.cc1
-rw-r--r--app/slide_animation_unittest.cc1
2 files changed, 0 insertions, 2 deletions
diff --git a/app/animation_container_unittest.cc b/app/animation_container_unittest.cc
index 153462b..e4253c6 100644
--- a/app/animation_container_unittest.cc
+++ b/app/animation_container_unittest.cc
@@ -5,7 +5,6 @@
#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"
diff --git a/app/slide_animation_unittest.cc b/app/slide_animation_unittest.cc
index d34b975..8bc947f 100644
--- a/app/slide_animation_unittest.cc
+++ b/app/slide_animation_unittest.cc
@@ -4,7 +4,6 @@
#include "app/slide_animation.h"
#include "app/test_animation_delegate.h"
-#include "base/scoped_ptr.h"
#include "testing/gtest/include/gtest/gtest.h"
class SlideAnimationTest: public testing::Test {