diff options
Diffstat (limited to 'ui/base/animation/animation_container_unittest.cc')
-rw-r--r-- | ui/base/animation/animation_container_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/animation/animation_container_unittest.cc b/ui/base/animation/animation_container_unittest.cc index 6345591..55b53e5 100644 --- a/ui/base/animation/animation_container_unittest.cc +++ b/ui/base/animation/animation_container_unittest.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/base/animation/animation_container.h" |