Index: tools/telemetry/telemetry/browser_options_unittest.py |
diff --git a/tools/chrome_remote_control/chrome_remote_control/browser_options_unittest.py b/tools/telemetry/telemetry/browser_options_unittest.py |
similarity index 97% |
rename from tools/chrome_remote_control/chrome_remote_control/browser_options_unittest.py |
rename to tools/telemetry/telemetry/browser_options_unittest.py |
index 9b52416de1721809cf3998a08eb7d8b4009160d2..c92c02a7a9dfd6641c60eea93a8407283abee19f 100644 |
--- a/tools/chrome_remote_control/chrome_remote_control/browser_options_unittest.py |
+++ b/tools/telemetry/telemetry/browser_options_unittest.py |
@@ -3,7 +3,7 @@ |
# found in the LICENSE file. |
import unittest |
-from chrome_remote_control import browser_options |
+from telemetry import browser_options |
class BrowserOptionsTest(unittest.TestCase): |
def testDefaults(self): |