| Index: build/android/pylib/screenshot.py | 
| diff --git a/build/android/pylib/screenshot.py b/build/android/pylib/screenshot.py | 
| index edf149caa74e05275ef5fc9b699a0550c47ea691..5cf3c268591b5f10eae29409e67c3cfbd05604a6 100644 | 
| --- a/build/android/pylib/screenshot.py | 
| +++ b/build/android/pylib/screenshot.py | 
| @@ -31,7 +31,7 @@ class VideoRecorder(object): | 
| device = pylib.device.device_utils.DeviceUtils(device) | 
| self._device = device | 
| self._device_file = ( | 
| -        '%s/screen-recording.mp4' % device.old_interface.GetExternalStorage()) | 
| +        '%s/screen-recording.mp4' % device.GetExternalStoragePath()) | 
| self._host_file = host_file or ('screen-recording-%s.mp4' % | 
| device.old_interface.GetTimestamp()) | 
| self._host_file = os.path.abspath(self._host_file) | 
|  |