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

Unified Diff: tools/perf/profile_creators/theme_profile_creator.py

Issue 311193003: [telemetry] Cleanups for benchmarks importing page sets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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/perf/profile_creators/theme_profile_creator.py
diff --git a/tools/perf/profile_creators/theme_profile_creator.py b/tools/perf/profile_creators/theme_profile_creator.py
index 65980390e9c8794fe5d36c57be94268b67cc0f74..37dd1d8b4da64e3f154d41cc58bc7565ce86c61b 100644
--- a/tools/perf/profile_creators/theme_profile_creator.py
+++ b/tools/perf/profile_creators/theme_profile_creator.py
@@ -1,7 +1,8 @@
# 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.page import extensions_profile_creator
+
+from profile_creators import extensions_profile_creator
class ThemeProfileCreator(extensions_profile_creator.ExtensionsProfileCreator):

Powered by Google App Engine
This is Rietveld 408576698