Chromium Code Reviews| Index: tools/perf/profile_creators/history_profile_extender.py |
| diff --git a/tools/perf/profile_creators/history_profile_extender.py b/tools/perf/profile_creators/history_profile_extender.py |
| index 94cd63687268ad270d33494793c07bb7704d91cc..58293c3e28ca2d4fd7ecc32dc7e050e72c7254fc 100644 |
| --- a/tools/perf/profile_creators/history_profile_extender.py |
| +++ b/tools/perf/profile_creators/history_profile_extender.py |
| @@ -2,8 +2,8 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| import multiprocessing |
| -import tempfile |
| import os |
| +import tempfile |
| from profile_creators import fast_navigation_profile_extender |