| Index: build/android/gyp/util/build_device.py
 | 
| diff --git a/build/android/gyp/util/build_device.py b/build/android/gyp/util/build_device.py
 | 
| index a5b0dd539345e608e0589a59258f1f94d91f321c..b153a157b05cb3f44cd99cc61800ebef1971a142 100644
 | 
| --- a/build/android/gyp/util/build_device.py
 | 
| +++ b/build/android/gyp/util/build_device.py
 | 
| @@ -33,8 +33,8 @@ class BuildDevice(object):
 | 
|    def RunShellCommand(self, *args, **kwargs):
 | 
|      return self.device.RunShellCommand(*args, **kwargs)
 | 
|  
 | 
| -  def PushIfNeeded(self, *args, **kwargs):
 | 
| -    return self.device.old_interface.PushIfNeeded(*args, **kwargs)
 | 
| +  def PushChangedFiles(self, *args, **kwargs):
 | 
| +    return self.device.PushChangedFiles(*args, **kwargs)
 | 
|  
 | 
|    def GetSerialNumber(self):
 | 
|      return self.id
 | 
| 
 |