| Index: tools/perf/profile_creators/many_extensions_profile_creator.py
|
| diff --git a/tools/perf/profile_creators/many_extensions_profile_creator.py b/tools/perf/profile_creators/many_extensions_profile_creator.py
|
| index 5b3cfb873b49b75aefe6a118a4225b071e6fc72b..018cba23df91e120217c53cc7329a0d580516c89 100644
|
| --- a/tools/perf/profile_creators/many_extensions_profile_creator.py
|
| +++ b/tools/perf/profile_creators/many_extensions_profile_creator.py
|
| @@ -1,7 +1,8 @@
|
| # Copyright 2013 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| -from telemetry.page import extensions_profile_creator
|
| +
|
| +from profile_creators import extensions_profile_creator
|
|
|
|
|
| class ManyExtensionsProfileCreator(
|
|
|