Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Unified Diff: webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc

Issue 61553006: Rename WebKit namespace to blink (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698