| 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 a63cca894fdc75d5831a729e52116232c030288c..3f693e52eaf862dbcb8e6392fc932b46a68cdcfd 100644
|
| --- a/tools/perf/profile_creators/small_profile_creator.py
|
| +++ b/tools/perf/profile_creators/small_profile_creator.py
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -from telemetry.page import profile_creator
|
| +from profile_creators import profile_creator
|
|
|
| import logging
|
| import page_sets
|
|
|