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