| Index: tools/telemetry/telemetry/core/platform/profiler/perf_profiler_unittest.py
|
| diff --git a/tools/telemetry/telemetry/core/platform/profiler/perf_profiler_unittest.py b/tools/telemetry/telemetry/core/platform/profiler/perf_profiler_unittest.py
|
| index afc0a511fe4985de993a2ab9f113ea56fb58bb16..c37ff1092df4892c6a180f348490905e6c776697 100644
|
| --- a/tools/telemetry/telemetry/core/platform/profiler/perf_profiler_unittest.py
|
| +++ b/tools/telemetry/telemetry/core/platform/profiler/perf_profiler_unittest.py
|
| @@ -1,8 +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.
|
| -import os
|
| import logging
|
| +import os
|
| import unittest
|
|
|
| from telemetry.core import util
|
| @@ -10,6 +10,7 @@ from telemetry.core.platform.profiler import perf_profiler
|
| from telemetry.unittest import options_for_unittests
|
| from telemetry.unittest import simple_mock
|
|
|
| +
|
| class TestPerfProfiler(unittest.TestCase):
|
| def testPerfProfiler(self):
|
| options = options_for_unittests.GetCopy()
|
|
|