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

Unified Diff: tools/telemetry/telemetry/internal/actions/drag_unittest.py

Issue 1056133003: Move page/actions to internal/actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add copyright header. Created 5 years, 9 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
Index: tools/telemetry/telemetry/internal/actions/drag_unittest.py
diff --git a/tools/telemetry/telemetry/page/actions/drag_unittest.py b/tools/telemetry/telemetry/internal/actions/drag_unittest.py
similarity index 96%
rename from tools/telemetry/telemetry/page/actions/drag_unittest.py
rename to tools/telemetry/telemetry/internal/actions/drag_unittest.py
index b397c14b19cbb36b95478fc28ff0548b7dfbd235..e976ff6a050181eeb1d3db55f15d1702d254ce2b 100644
--- a/tools/telemetry/telemetry/page/actions/drag_unittest.py
+++ b/tools/telemetry/telemetry/internal/actions/drag_unittest.py
@@ -5,8 +5,8 @@ import logging
import math
import os
-from telemetry.page.actions import drag
-from telemetry.page.actions import page_action
+from telemetry.internal.actions import drag
+from telemetry.internal.actions import page_action
from telemetry.unittest_util import tab_test_case
« no previous file with comments | « tools/telemetry/telemetry/internal/actions/drag.py ('k') | tools/telemetry/telemetry/internal/actions/gesture_common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698