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

Unified Diff: content/test/web_gesture_curve_mock.cc

Issue 23526028: Move source files from webkit/support to content/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 3 months 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 | « content/test/web_gesture_curve_mock.h ('k') | content/test/web_layer_tree_view_impl_for_testing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/web_gesture_curve_mock.cc
diff --git a/webkit/support/web_gesture_curve_mock.cc b/content/test/web_gesture_curve_mock.cc
similarity index 92%
rename from webkit/support/web_gesture_curve_mock.cc
rename to content/test/web_gesture_curve_mock.cc
index a3b49176a7f92b936a1043fc819835ae762999e1..6e94d4319bcf4afba3797a540da7b8b4fc8340c4 100644
--- a/webkit/support/web_gesture_curve_mock.cc
+++ b/content/test/web_gesture_curve_mock.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/support/web_gesture_curve_mock.h"
+#include "content/test/web_gesture_curve_mock.h"
+#include "content/test/weburl_loader_mock_factory.h"
#include "third_party/WebKit/public/platform/WebFloatSize.h"
#include "third_party/WebKit/public/platform/WebGestureCurveTarget.h"
-#include "webkit/support/weburl_loader_mock_factory.h"
WebGestureCurveMock::WebGestureCurveMock(const WebKit::WebFloatPoint& velocity,
const WebKit::WebSize& cumulative_scroll)
« no previous file with comments | « content/test/web_gesture_curve_mock.h ('k') | content/test/web_layer_tree_view_impl_for_testing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698