| Index: tools/perf/measurements/smooth_gesture_util_unittest.py
|
| diff --git a/tools/perf/measurements/smooth_gesture_util_unittest.py b/tools/perf/measurements/smooth_gesture_util_unittest.py
|
| index 32bac12d65c1492bdd8091b688fe384eb3304bbe..56885d20680f4d051c7ccc3e0f33dabf63c70f8d 100644
|
| --- a/tools/perf/measurements/smooth_gesture_util_unittest.py
|
| +++ b/tools/perf/measurements/smooth_gesture_util_unittest.py
|
| @@ -114,7 +114,7 @@ class ScrollingPage(page_module.Page):
|
| class SmoothGestureTest(page_test_test_case.PageTestTestCase):
|
| def testSmoothGestureAdjusted(self):
|
| ps = self.CreateEmptyPageSet()
|
| - ps.AddPage(ScrollingPage(
|
| + ps.AddUserStory(ScrollingPage(
|
| 'file://scrollable_page.html', ps, base_dir=ps.base_dir))
|
| models = []
|
| tab_ids = []
|
|
|