| Index: webkit/renderer/compositor_bindings/web_animation_unittest.cc
|
| diff --git a/webkit/renderer/compositor_bindings/web_animation_unittest.cc b/webkit/renderer/compositor_bindings/web_animation_unittest.cc
|
| index 520d90920cc93e6c0f933b45a8075af2ad996235..e5be25a8860742a8f16862bc94f61865a9a1c5c4 100644
|
| --- a/webkit/renderer/compositor_bindings/web_animation_unittest.cc
|
| +++ b/webkit/renderer/compositor_bindings/web_animation_unittest.cc
|
| @@ -7,9 +7,9 @@
|
| #include "webkit/renderer/compositor_bindings/web_animation_impl.h"
|
| #include "webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h"
|
|
|
| -using WebKit::WebAnimation;
|
| -using WebKit::WebAnimationCurve;
|
| -using WebKit::WebFloatAnimationCurve;
|
| +using blink::WebAnimation;
|
| +using blink::WebAnimationCurve;
|
| +using blink::WebFloatAnimationCurve;
|
|
|
| namespace webkit {
|
| namespace {
|
|
|