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

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

Issue 23072018: [telemetry] Move telemetry/core/chrome/ to telemetry/core/backends/chrome/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix perf smoothness_unittest. Created 7 years, 4 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_interface_unittest.py
diff --git a/tools/telemetry/telemetry/core/chrome/cros_interface_unittest.py b/tools/telemetry/telemetry/core/backends/chrome/cros_interface_unittest.py
similarity index 96%
rename from tools/telemetry/telemetry/core/chrome/cros_interface_unittest.py
rename to tools/telemetry/telemetry/core/backends/chrome/cros_interface_unittest.py
index 994b05192c0d8dfaa00679f1466021a656af4638..4eaa8cd5399b02233a337b3d75861c28c1de4f8d 100644
--- a/tools/telemetry/telemetry/core/chrome/cros_interface_unittest.py
+++ b/tools/telemetry/telemetry/core/backends/chrome/cros_interface_unittest.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Copyright 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -10,8 +10,8 @@ import socket
import sys
from telemetry.core import util
-from telemetry.core.chrome import cros_browser_backend
-from telemetry.core.chrome import cros_interface
+from telemetry.core.backends.chrome import cros_browser_backend
+from telemetry.core.backends.chrome import cros_interface
from telemetry.unittest import options_for_unittests
from telemetry.unittest import RequiresBrowserOfType

Powered by Google App Engine
This is Rietveld 408576698