| Index: tools/perf/profile_creators/profile_creator.py
|
| diff --git a/tools/telemetry/telemetry/page/profile_creator.py b/tools/perf/profile_creators/profile_creator.py
|
| similarity index 96%
|
| rename from tools/telemetry/telemetry/page/profile_creator.py
|
| rename to tools/perf/profile_creators/profile_creator.py
|
| index 7b94494b2424e5b98f941a99f4cbf2b860df4fe3..c67e5bdae062c889d570f4405619d9b77e49af77 100644
|
| --- a/tools/telemetry/telemetry/page/profile_creator.py
|
| +++ b/tools/perf/profile_creators/profile_creator.py
|
| @@ -2,8 +2,6 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -from telemetry.page import page_test
|
| -
|
| class ProfileCreator(object):
|
| """Abstract base class for an object that constructs a Chrome profile."""
|
|
|
|
|