| Index: tools/telemetry/telemetry/core/platform/android_platform_backend_unittest.py
 | 
| diff --git a/tools/telemetry/telemetry/core/platform/android_platform_backend_unittest.py b/tools/telemetry/telemetry/core/platform/android_platform_backend_unittest.py
 | 
| index 6bd8edeb7c8dc0c0ca4954cd471eb9d27c376554..1db861bbf3e382ba3451040aff0c966d450c0cdb 100644
 | 
| --- a/tools/telemetry/telemetry/core/platform/android_platform_backend_unittest.py
 | 
| +++ b/tools/telemetry/telemetry/core/platform/android_platform_backend_unittest.py
 | 
| @@ -44,8 +44,7 @@ class AndroidPlatformBackendTest(unittest.TestCase):
 | 
|          '1074767676 0 4612 0 38136 4294967295 0 0 17 0 0 0 0 0 0 '
 | 
|          '1074470376 1074470912 1102155776\n')
 | 
|      self._stubs.adb_commands.adb_device.mock_content = proc_stat_content
 | 
| -    old_interface = self._stubs.adb_commands.adb_device.old_interface
 | 
| -    old_interface.can_access_protected_file_contents = True
 | 
| +    self._stubs.adb_commands.adb_device.has_root = True
 | 
|      backend = android_platform_backend.AndroidPlatformBackend(
 | 
|          android_device.AndroidDevice('12345'), self._options)
 | 
|      cpu_stats = backend.GetCpuStats('7702')
 | 
| 
 |