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

Unified Diff: tools/perf/page_sets/key_hit_test_cases.py

Issue 1198823004: Update perf page_set to use story_set (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « tools/perf/page_sets/key_desktop_sites.py ('k') | tools/perf/page_sets/key_idle_power_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/key_hit_test_cases.py
diff --git a/tools/perf/page_sets/key_hit_test_cases.py b/tools/perf/page_sets/key_hit_test_cases.py
index e8a16690d92eaf9455ce108c0405b601eda85e08..b899e27f899cdcd46a71d839434e1c15604c20f8 100644
--- a/tools/perf/page_sets/key_hit_test_cases.py
+++ b/tools/perf/page_sets/key_hit_test_cases.py
@@ -2,9 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-from telemetry.page import page_set as page_set_module
-
from page_sets import polymer
+from telemetry import story
+
class PaperCalculatorHitTest(polymer.PolymerPage):
@@ -37,7 +37,7 @@ class PaperCalculatorHitTest(polymer.PolymerPage):
action_runner.TapElement(element_function='''window.__tapTarget''')
-class KeyHitTestCasesPageSet(page_set_module.PageSet):
+class KeyHitTestCasesPageSet(story.StorySet):
def __init__(self):
super(KeyHitTestCasesPageSet, self).__init__()
« no previous file with comments | « tools/perf/page_sets/key_desktop_sites.py ('k') | tools/perf/page_sets/key_idle_power_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698