Index: webkit/compositor_bindings/web_float_animation_curve_unittest.cc |
diff --git a/webkit/compositor_bindings/web_float_animation_curve_unittest.cc b/webkit/compositor_bindings/web_float_animation_curve_unittest.cc |
index ec272abe30ff39efc35fa214e4cee46f0d896fa0..3910a3cbe8153704ab17179a5df0aac56fcb569c 100644 |
--- a/webkit/compositor_bindings/web_float_animation_curve_unittest.cc |
+++ b/webkit/compositor_bindings/web_float_animation_curve_unittest.cc |
@@ -7,8 +7,11 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
#include "webkit/compositor_bindings/web_float_animation_curve_impl.h" |
-using namespace WebKit; |
+using WebKit::WebAnimationCurve; |
+using WebKit::WebFloatAnimationCurve; |
+using WebKit::WebFloatKeyframe; |
+namespace webkit { |
namespace { |
// Tests that a float animation with one keyframe works as expected. |
@@ -227,3 +230,4 @@ TEST(WebFloatAnimationCurveTest, DefaultTimingFunction) { |
} |
} // namespace |
+} // namespace webkit |