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

Unified Diff: tools/telemetry/telemetry/inspector_backend.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
Index: tools/telemetry/telemetry/inspector_backend.py
diff --git a/tools/chrome_remote_control/chrome_remote_control/inspector_backend.py b/tools/telemetry/telemetry/inspector_backend.py
similarity index 96%
rename from tools/chrome_remote_control/chrome_remote_control/inspector_backend.py
rename to tools/telemetry/telemetry/inspector_backend.py
index ae35ee968e4664b6efe3f8e6ac7189387ceaa52b..83b4841482d4f1639be7a7b920e54a90785eab7a 100644
--- a/tools/chrome_remote_control/chrome_remote_control/inspector_backend.py
+++ b/tools/telemetry/telemetry/inspector_backend.py
@@ -5,9 +5,9 @@ import json
import logging
import socket
-from chrome_remote_control import tab_crash_exception
-from chrome_remote_control import util
-from chrome_remote_control import websocket
+from telemetry import tab_crash_exception
+from telemetry import util
+from telemetry import websocket
class InspectorException(Exception):
pass
« no previous file with comments | « tools/telemetry/telemetry/google_credentials_backend_unittest.py ('k') | tools/telemetry/telemetry/inspector_console.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698