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

Unified Diff: webkit/child/touch_fling_gesture_curve.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
« no previous file with comments | « webkit/child/touch_fling_gesture_curve.h ('k') | webkit/child/touch_fling_gesture_curve_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/touch_fling_gesture_curve.cc
diff --git a/webkit/child/touch_fling_gesture_curve.cc b/webkit/child/touch_fling_gesture_curve.cc
index 274dcaa355b1a53e173a14766db48e2096cffdfd..91033dad07e5fa1b5ba0954e1eea3206be9c04d0 100644
--- a/webkit/child/touch_fling_gesture_curve.cc
+++ b/webkit/child/touch_fling_gesture_curve.cc
@@ -14,11 +14,11 @@
#include "third_party/WebKit/public/platform/WebGestureCurveTarget.h"
#include "third_party/WebKit/public/platform/WebSize.h"
-using WebKit::WebFloatPoint;
-using WebKit::WebFloatSize;
-using WebKit::WebGestureCurve;
-using WebKit::WebGestureCurveTarget;
-using WebKit::WebSize;
+using blink::WebFloatPoint;
+using blink::WebFloatSize;
+using blink::WebGestureCurve;
+using blink::WebGestureCurveTarget;
+using blink::WebSize;
namespace {
« no previous file with comments | « webkit/child/touch_fling_gesture_curve.h ('k') | webkit/child/touch_fling_gesture_curve_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698