Chromium Code Reviews| Index: build/android/pylib/flag_changer.py |
| diff --git a/build/android/pylib/flag_changer.py b/build/android/pylib/flag_changer.py |
| index bdda779cc75c793aa1b679f044577f02d8d893b4..ccc3c09815cfeabf1b7905272218f2902b5fb8e0 100644 |
| --- a/build/android/pylib/flag_changer.py |
| +++ b/build/android/pylib/flag_changer.py |
| @@ -4,7 +4,7 @@ |
| import logging |
| -from pylib.device import device_errors |
| +from devil.android import device_errors |
| class FlagChanger(object): |