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

Unified Diff: tools/telemetry/telemetry/core/backends/chrome/cros_test_case.py

Issue 541693004: Move remote platform creation logic from cros_browser_finders to platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address achuith's comments Created 6 years, 3 months 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/core/backends/chrome/cros_test_case.py
diff --git a/tools/telemetry/telemetry/core/backends/chrome/cros_test_case.py b/tools/telemetry/telemetry/core/backends/chrome/cros_test_case.py
index f597827fd32bc7e4440d8e6742b815585a14fbde..95bf34715b1dd280ee62344621022ad70069cdeb 100644
--- a/tools/telemetry/telemetry/core/backends/chrome/cros_test_case.py
+++ b/tools/telemetry/telemetry/core/backends/chrome/cros_test_case.py
@@ -8,7 +8,7 @@ import unittest
from telemetry.core import browser_finder
from telemetry.core import extension_to_load
from telemetry.core import util
-from telemetry.core.backends.chrome import cros_interface
+from telemetry.core.platform import cros_interface
from telemetry.unittest import options_for_unittests

Powered by Google App Engine
This is Rietveld 408576698