| Index: content/test/gpu/gpu_tests/screenshot_sync.py
|
| diff --git a/content/test/gpu/gpu_tests/screenshot_sync.py b/content/test/gpu/gpu_tests/screenshot_sync.py
|
| index fc8b0ffd53391030a9fcc79f27d358234796f9c1..4258bace792a9839fd897df1155b0287334592b2 100644
|
| --- a/content/test/gpu/gpu_tests/screenshot_sync.py
|
| +++ b/content/test/gpu/gpu_tests/screenshot_sync.py
|
| @@ -67,7 +67,7 @@
|
| def CreateExpectations(self):
|
| return expectations.ScreenshotSyncExpectations()
|
|
|
| - def CreateStorySet(self, options):
|
| + def CreatePageSet(self, options):
|
| ps = page_set.PageSet(base_dir=data_path, serving_dirs=[''])
|
| ps.AddUserStory(ScreenshotSyncPage(ps, ps.base_dir))
|
| return ps
|
|
|