Index: tools/skp/page_sets/skia_gws_desktop.py |
diff --git a/tools/skp/page_sets/skia_gws_desktop.py b/tools/skp/page_sets/skia_gws_desktop.py |
index 8b7238b5670921139dccb2272c8ba76e743a7593..864a8f7d0bc0e34f952dcc5acf2b72725180fcac 100644 |
--- a/tools/skp/page_sets/skia_gws_desktop.py |
+++ b/tools/skp/page_sets/skia_gws_desktop.py |
@@ -26,12 +26,12 @@ class SkiaBuildbotDesktopPage(page_module.Page): |
action_runner.Wait(5) |
-class GwsDesktopPageSet(page_set_module.PageSet): |
+class SkiaGwsDesktopPageSet(page_set_module.PageSet): |
""" Pages designed to represent the median, not highly optimized web """ |
def __init__(self): |
- super(GwsDesktopPageSet, self).__init__( |
+ super(SkiaGwsDesktopPageSet, self).__init__( |
user_agent_type='desktop', |
archive_data_file='data/skia_gws_desktop.json') |