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

Unified Diff: tools/telemetry/telemetry/temporary_http_server_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/temporary_http_server.py ('k') | tools/telemetry/telemetry/util.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/temporary_http_server_unittest.py
diff --git a/tools/chrome_remote_control/chrome_remote_control/temporary_http_server_unittest.py b/tools/telemetry/telemetry/temporary_http_server_unittest.py
similarity index 89%
rename from tools/chrome_remote_control/chrome_remote_control/temporary_http_server_unittest.py
rename to tools/telemetry/telemetry/temporary_http_server_unittest.py
index 62cf65fb606852fd4e313c63d6955f4277813b63..f77d0e8df78f0f9c144304e78c484a3b6484cc27 100644
--- a/tools/chrome_remote_control/chrome_remote_control/temporary_http_server_unittest.py
+++ b/tools/telemetry/telemetry/temporary_http_server_unittest.py
@@ -4,8 +4,8 @@
import os
import unittest
-from chrome_remote_control import browser_finder
-from chrome_remote_control import options_for_unittests
+from telemetry import browser_finder
+from telemetry import options_for_unittests
class TemporaryHTTPServerTest(unittest.TestCase):
def testBasicHosting(self):
« no previous file with comments | « tools/telemetry/telemetry/temporary_http_server.py ('k') | tools/telemetry/telemetry/util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698