| Index: tools/perf/profile_creators/history_profile_extender_unittest.py
|
| diff --git a/tools/perf/profile_creators/history_profile_extender_unittest.py b/tools/perf/profile_creators/history_profile_extender_unittest.py
|
| index 4f9cc867d15c1edf9348ae914778d10439e9d9c0..c0b0b0f05b4a9fb4ed673cf335441ee824d5d572 100644
|
| --- a/tools/perf/profile_creators/history_profile_extender_unittest.py
|
| +++ b/tools/perf/profile_creators/history_profile_extender_unittest.py
|
| @@ -7,8 +7,8 @@ import tempfile
|
| import unittest
|
|
|
| from profile_creators.history_profile_extender import HistoryProfileExtender
|
| -from telemetry import decorators
|
| from telemetry.core import util
|
| +from telemetry import decorators
|
| from telemetry.unittest_util import options_for_unittests
|
|
|
| util.AddDirToPythonPath(util.GetTelemetryDir(), 'third_party', 'mock')
|
|
|