| Index: build/android/pylib/perf/perf_control_unittest.py
|
| diff --git a/build/android/pylib/perf/perf_control_unittest.py b/build/android/pylib/perf/perf_control_unittest.py
|
| index 33088d3bb96ae03728d683f3e964ab68a7046b2b..425a69be808b3ff25697e2c3f64b5733caed57c4 100644
|
| --- a/build/android/pylib/perf/perf_control_unittest.py
|
| +++ b/build/android/pylib/perf/perf_control_unittest.py
|
| @@ -9,7 +9,7 @@ import unittest
|
|
|
| sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir))
|
|
|
| -from pylib.device import device_utils
|
| +from devil.android import device_utils
|
| from pylib.perf import perf_control
|
|
|
| class TestPerfControl(unittest.TestCase):
|
|
|