| Index: device/usb/usb_device_android.cc
 | 
| diff --git a/device/usb/usb_device_android.cc b/device/usb/usb_device_android.cc
 | 
| index ab1fee3c11fbcde0129019d655f209967132046b..2c5904d0556b856fe92f3383bc7211ea9863c93a 100644
 | 
| --- a/device/usb/usb_device_android.cc
 | 
| +++ b/device/usb/usb_device_android.cc
 | 
| @@ -24,11 +24,6 @@ using base::android::ScopedJavaLocalRef;
 | 
|  namespace device {
 | 
|  
 | 
|  // static
 | 
| -bool UsbDeviceAndroid::RegisterJNI(JNIEnv* env) {
 | 
| -  return RegisterNativesImpl(env);  // Generated in ChromeUsbDevice_jni.h
 | 
| -}
 | 
| -
 | 
| -// static
 | 
|  scoped_refptr<UsbDeviceAndroid> UsbDeviceAndroid::Create(
 | 
|      JNIEnv* env,
 | 
|      base::WeakPtr<UsbServiceAndroid> service,
 | 
| 
 |