| Index: webkit/compositor_bindings/web_animation_unittest.cc
|
| diff --git a/webkit/compositor_bindings/WebAnimationTest.cpp b/webkit/compositor_bindings/web_animation_unittest.cc
|
| similarity index 94%
|
| rename from webkit/compositor_bindings/WebAnimationTest.cpp
|
| rename to webkit/compositor_bindings/web_animation_unittest.cc
|
| index a122f9bf138a7bf972e7b36eb2883718cc5c372a..eead7b2bbff250087cf8c7e6223066c1291e462d 100644
|
| --- a/webkit/compositor_bindings/WebAnimationTest.cpp
|
| +++ b/webkit/compositor_bindings/web_animation_unittest.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "WebAnimationImpl.h"
|
| -#include "WebFloatAnimationCurveImpl.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "web_animation_impl.h"
|
| +#include "web_float_animation_curve_impl.h"
|
|
|
| using namespace WebKit;
|
|
|
|
|