| Index: build/android/devil/android/perf/perf_control_unittest.py
|
| diff --git a/build/android/pylib/perf/perf_control_unittest.py b/build/android/devil/android/perf/perf_control_unittest.py
|
| similarity index 96%
|
| rename from build/android/pylib/perf/perf_control_unittest.py
|
| rename to build/android/devil/android/perf/perf_control_unittest.py
|
| index 425a69be808b3ff25697e2c3f64b5733caed57c4..90907bdc90c63187f4d3fb1d8d0fc7cdb4b40bf0 100644
|
| --- a/build/android/pylib/perf/perf_control_unittest.py
|
| +++ b/build/android/devil/android/perf/perf_control_unittest.py
|
| @@ -10,7 +10,7 @@ import unittest
|
| sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir))
|
|
|
| from devil.android import device_utils
|
| -from pylib.perf import perf_control
|
| +from devil.android.perf import perf_control
|
|
|
| class TestPerfControl(unittest.TestCase):
|
| def setUp(self):
|
|
|