Index: tools/skp/page_sets/skia_mercurynews_nexus10.py |
diff --git a/tools/skp/page_sets/skia_mercurynews_nexus10.py b/tools/skp/page_sets/skia_mercurynews_nexus10.py |
index 93436735b115eef4c7205ed005680cca7c9295ff..91eadbc2f852e0e1703d195c1fdc694ca2f64783 100644 |
--- a/tools/skp/page_sets/skia_mercurynews_nexus10.py |
+++ b/tools/skp/page_sets/skia_mercurynews_nexus10.py |
@@ -26,12 +26,12 @@ class SkiaBuildbotDesktopPage(page_module.Page): |
action_runner.Wait(15) |
-class MercurynewsNexus10PageSet(page_set_module.PageSet): |
+class SkiaMercurynewsNexus10PageSet(page_set_module.PageSet): |
""" Pages designed to represent the median, not highly optimized web """ |
def __init__(self): |
- super(MercurynewsNexus10PageSet, self).__init__( |
+ super(SkiaMercurynewsNexus10PageSet, self).__init__( |
user_agent_type='tablet', |
archive_data_file='data/skia_mercurynews_nexus10.json') |