Index: tools/skp/page_sets/skia_forecastio_desktop.py |
diff --git a/tools/skp/page_sets/skia_forecastio_desktop.py b/tools/skp/page_sets/skia_forecastio_desktop.py |
index 5ffed14998b6d4ef614c24421742ed89cb0c6665..08c523ac7455ce564ce3e31f2aab327d8289b318 100644 |
--- a/tools/skp/page_sets/skia_forecastio_desktop.py |
+++ b/tools/skp/page_sets/skia_forecastio_desktop.py |
@@ -26,12 +26,12 @@ class SkiaBuildbotDesktopPage(page_module.Page): |
action_runner.Wait(20) |
-class ForecastioDesktopPageSet(page_set_module.PageSet): |
+class SkiaForecastioDesktopPageSet(page_set_module.PageSet): |
""" Pages designed to represent the median, not highly optimized web """ |
def __init__(self): |
- super(ForecastioDesktopPageSet, self).__init__( |
+ super(SkiaForecastioDesktopPageSet, self).__init__( |
user_agent_type='desktop', |
archive_data_file='data/skia_forecastio_desktop.json') |