| Index: tools/perf/profile_creators/small_profile_creator.py
|
| diff --git a/tools/perf/profile_creators/small_profile_creator.py b/tools/perf/profile_creators/small_profile_creator.py
|
| index 43f6c85255664fbbaa36bbd7a1fe4189ecd4398a..b98c90a86556b2de0e2802bb1c3dbbe33bda131b 100644
|
| --- a/tools/perf/profile_creators/small_profile_creator.py
|
| +++ b/tools/perf/profile_creators/small_profile_creator.py
|
| @@ -14,7 +14,7 @@ class SmallProfileCreator(profile_creator.ProfileCreator):
|
|
|
| def __init__(self):
|
| super(SmallProfileCreator, self).__init__()
|
| - self._page_set = page_sets.Typical25()
|
| + self._page_set = page_sets.Typical25PageSet()
|
|
|
| # Open all links in the same tab save for the last _NUM_TABS links which
|
| # are each opened in a new tab.
|
|
|