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

Unified Diff: tools/telemetry/telemetry/cros_interface.py

Issue 11361165: [chrome_remote_control] Rename chrome_remote_control to telemetry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: tools/telemetry/telemetry/cros_interface.py
diff --git a/tools/chrome_remote_control/chrome_remote_control/cros_interface.py b/tools/telemetry/telemetry/cros_interface.py
similarity index 99%
rename from tools/chrome_remote_control/chrome_remote_control/cros_interface.py
rename to tools/telemetry/telemetry/cros_interface.py
index b03356f220cdd987869d65397d8ae0faea0087a1..5e3232c6c5da6cdeff643159f7c63149e87fd900 100644
--- a/tools/chrome_remote_control/chrome_remote_control/cros_interface.py
+++ b/tools/telemetry/telemetry/cros_interface.py
@@ -10,7 +10,7 @@ import sys
import time
import tempfile
-from chrome_remote_control import util
+from telemetry import util
_next_remote_port = 9224
« no previous file with comments | « tools/telemetry/telemetry/cros_browser_finder_unittest.py ('k') | tools/telemetry/telemetry/cros_interface_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698