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

Unified Diff: content/test/web_gesture_curve_mock.h

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/test_webkit_platform_support.cc ('k') | content/test/web_gesture_curve_mock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/web_gesture_curve_mock.h
diff --git a/webkit/support/web_gesture_curve_mock.h b/content/test/web_gesture_curve_mock.h
similarity index 87%
rename from webkit/support/web_gesture_curve_mock.h
rename to content/test/web_gesture_curve_mock.h
index f05f4e98cb2fd676d9acdf9ca9e073bc5ca11d2b..b4456dec77bdce80fe95b6e780c4caea7d1c6d29 100644
--- a/webkit/support/web_gesture_curve_mock.h
+++ b/content/test/web_gesture_curve_mock.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_SUPPORT_WEB_GESTURE_CURVE_MOCK_H_
-#define WEBKIT_SUPPORT_WEB_GESTURE_CURVE_MOCK_H_
+#ifndef CONTENT_TEST_WEB_GESTURE_CURVE_MOCK_H_
+#define CONTENT_TEST_WEB_GESTURE_CURVE_MOCK_H_
#include "base/memory/scoped_ptr.h"
#include "third_party/WebKit/public/platform/WebFloatPoint.h"
@@ -29,4 +29,4 @@ class WebGestureCurveMock : public WebKit::WebGestureCurve {
DISALLOW_COPY_AND_ASSIGN(WebGestureCurveMock);
};
-#endif // WEBKIT_SUPPORT_WEB_GESTURE_CURVE_MOCK_H_
+#endif // CONTENT_TEST_WEB_GESTURE_CURVE_MOCK_H_
« no previous file with comments | « content/test/test_webkit_platform_support.cc ('k') | content/test/web_gesture_curve_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698