| 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):
|
|
|