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

Unified Diff: tools/telemetry/telemetry/core/backends/facebook_credentials_backend_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/facebook_credentials_backend_unittest.py
diff --git a/tools/telemetry/telemetry/core/chrome/facebook_credentials_backend_unittest.py b/tools/telemetry/telemetry/core/backends/facebook_credentials_backend_unittest.py
similarity index 69%
rename from tools/telemetry/telemetry/core/chrome/facebook_credentials_backend_unittest.py
rename to tools/telemetry/telemetry/core/backends/facebook_credentials_backend_unittest.py
index 51a2571245914f0e10a9e2cd2fe6148ca9ed83b7..c19dd1bfde87f14aa4cdb31aab6a330c4ec48b62 100644
--- a/tools/telemetry/telemetry/core/chrome/facebook_credentials_backend_unittest.py
+++ b/tools/telemetry/telemetry/core/backends/facebook_credentials_backend_unittest.py
@@ -1,8 +1,8 @@
-# Copyright (c) 2013 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.
-from telemetry.core.chrome import form_based_credentials_backend_unittest_base
-from telemetry.core.chrome import facebook_credentials_backend
+from telemetry.core.backends import form_based_credentials_backend_unittest_base
+from telemetry.core.backends import facebook_credentials_backend
class TestFacebookCredentialsBackend(
form_based_credentials_backend_unittest_base.

Powered by Google App Engine
This is Rietveld 408576698