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

Unified Diff: tools/telemetry/telemetry/inspector_console_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/inspector_console.py ('k') | tools/telemetry/telemetry/inspector_page.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/inspector_console_unittest.py
diff --git a/tools/chrome_remote_control/chrome_remote_control/inspector_console_unittest.py b/tools/telemetry/telemetry/inspector_console_unittest.py
similarity index 93%
rename from tools/chrome_remote_control/chrome_remote_control/inspector_console_unittest.py
rename to tools/telemetry/telemetry/inspector_console_unittest.py
index 134b250841a261568f487cd7f0aa0b60a35c4df0..5e73706db2372762c1f45a10bfae5684d19446b9 100644
--- a/tools/chrome_remote_control/chrome_remote_control/inspector_console_unittest.py
+++ b/tools/telemetry/telemetry/inspector_console_unittest.py
@@ -5,8 +5,8 @@ import os
import re
import StringIO
-from chrome_remote_control import tab_test_case
-from chrome_remote_control import util
+from telemetry import tab_test_case
+from telemetry import util
class TabConsoleTest(tab_test_case.TabTestCase):
def testConsoleOutputStream(self):
« no previous file with comments | « tools/telemetry/telemetry/inspector_console.py ('k') | tools/telemetry/telemetry/inspector_page.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698