| Index: webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc
|
| diff --git a/webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc b/webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc
|
| index 29e562607aa672ba4fce8a92d089ffbc393b3cdd..04605fbd80ea3222c421b1cfb6ac64a93eb2705c 100644
|
| --- a/webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc
|
| +++ b/webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc
|
| @@ -7,9 +7,9 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h"
|
|
|
| -using WebKit::WebAnimationCurve;
|
| -using WebKit::WebFloatAnimationCurve;
|
| -using WebKit::WebFloatKeyframe;
|
| +using blink::WebAnimationCurve;
|
| +using blink::WebFloatAnimationCurve;
|
| +using blink::WebFloatKeyframe;
|
|
|
| namespace webkit {
|
| namespace {
|
|
|