| Index: tools/perf/profile_creators/theme_profile_creator.py
|
| diff --git a/tools/perf/profile_creators/theme_profile_creator.py b/tools/perf/profile_creators/theme_profile_creator.py
|
| index 65980390e9c8794fe5d36c57be94268b67cc0f74..37dd1d8b4da64e3f154d41cc58bc7565ce86c61b 100644
|
| --- a/tools/perf/profile_creators/theme_profile_creator.py
|
| +++ b/tools/perf/profile_creators/theme_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 ThemeProfileCreator(extensions_profile_creator.ExtensionsProfileCreator):
|
|
|