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 4258bace792a9839fd897df1155b0287334592b2..fc8b0ffd53391030a9fcc79f27d358234796f9c1 100644 |
--- a/content/test/gpu/gpu_tests/screenshot_sync.py |
+++ b/content/test/gpu/gpu_tests/screenshot_sync.py |
@@ -67,7 +67,7 @@ class ScreenshotSyncProcess(benchmark.Benchmark): |
def CreateExpectations(self): |
return expectations.ScreenshotSyncExpectations() |
- def CreatePageSet(self, options): |
+ def CreateStorySet(self, options): |
ps = page_set.PageSet(base_dir=data_path, serving_dirs=['']) |
ps.AddUserStory(ScreenshotSyncPage(ps, ps.base_dir)) |
return ps |