| Index: tools/perf/benchmarks/inbox_benchmark.py
|
| diff --git a/tools/perf/benchmarks/inbox_benchmark.py b/tools/perf/benchmarks/inbox_benchmark.py
|
| index 124d235dc37026e1e871d4e12b3334efe6ea9f8e..25c79a38d893f8fdabb4646337640da53d62f846 100644
|
| --- a/tools/perf/benchmarks/inbox_benchmark.py
|
| +++ b/tools/perf/benchmarks/inbox_benchmark.py
|
| @@ -15,5 +15,5 @@ class Inbox(perf_benchmark.PerfBenchmark):
|
| """Runs the timeline based measurement against inbox pageset."""
|
| test = timeline_based_measurement.TimelineBasedMeasurement
|
|
|
| - def CreatePageSet(self, options):
|
| + def CreateStorySet(self, options):
|
| return inbox.InboxPageSet()
|
|
|