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

Unified Diff: tools/telemetry/telemetry/cros_interface_unittest.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
« no previous file with comments | « tools/telemetry/telemetry/cros_interface.py ('k') | tools/telemetry/telemetry/desktop_browser_backend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/cros_interface_unittest.py
diff --git a/tools/chrome_remote_control/chrome_remote_control/cros_interface_unittest.py b/tools/telemetry/telemetry/cros_interface_unittest.py
similarity index 96%
rename from tools/chrome_remote_control/chrome_remote_control/cros_interface_unittest.py
rename to tools/telemetry/telemetry/cros_interface_unittest.py
index fea1aa8665167eac74d403137b9da623d674ae2e..a445a5c153daac89b2941538812f1e73ed969b57 100644
--- a/tools/chrome_remote_control/chrome_remote_control/cros_interface_unittest.py
+++ b/tools/telemetry/telemetry/cros_interface_unittest.py
@@ -7,9 +7,9 @@
# a bit.
import unittest
-from chrome_remote_control import cros_interface
-from chrome_remote_control import options_for_unittests
-from chrome_remote_control import run_tests
+from telemetry import cros_interface
+from telemetry import options_for_unittests
+from telemetry import run_tests
class CrOSInterfaceTest(unittest.TestCase):
@run_tests.RequiresBrowserOfType('cros-chrome')
« no previous file with comments | « tools/telemetry/telemetry/cros_interface.py ('k') | tools/telemetry/telemetry/desktop_browser_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698