| 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 8c4d39c684a8e4dbe41388a1dfc35ea0c3eb876f..5ffed14998b6d4ef614c24421742ed89cb0c6665 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 SkiaBuildbotPageSet(page_set_module.PageSet):
|
| +class ForecastioDesktopPageSet(page_set_module.PageSet):
|
|
|
| """ Pages designed to represent the median, not highly optimized web """
|
|
|
| def __init__(self):
|
| - super(SkiaBuildbotPageSet, self).__init__(
|
| + super(ForecastioDesktopPageSet, self).__init__(
|
| user_agent_type='desktop',
|
| archive_data_file='data/skia_forecastio_desktop.json')
|
|
|
|
|