autotest-chrome: Update path to cros_interface
BUG=chromium:433519
TEST=enterprise_RemoraRequisition
Change-Id: I002c92b231bcd50b6d1406cf4e631be71990e7f2
Reviewed-on: https://chromium-review.googlesource.com/229930
Commit-Queue: Achuith Bhandarkar <achuith@chromium.org>
Tested-by: Achuith Bhandarkar <achuith@chromium.org>
Reviewed-by: Kalin Stoyanov <kalin@chromium.org>
diff --git a/client/common_lib/cros/enrollment.py b/client/common_lib/cros/enrollment.py
index 2f10b97..85452d9 100644
--- a/client/common_lib/cros/enrollment.py
+++ b/client/common_lib/cros/enrollment.py
@@ -7,7 +7,7 @@
from autotest_lib.client.bin import utils
from autotest_lib.client.common_lib.cros import tpm_utils
from telemetry.core import exceptions
-from telemetry.core.backends.chrome import cros_interface
+from telemetry.core.platform import cros_interface
def _ExecuteOobeCmd(browser, cmd):