| Index: components/gcm_driver/instance_id/scoped_use_fake_instance_id_android.cc
 | 
| diff --git a/components/gcm_driver/instance_id/scoped_use_fake_instance_id_android.cc b/components/gcm_driver/instance_id/scoped_use_fake_instance_id_android.cc
 | 
| index 206b2900f03ce4bec97065e486b1701cf211968a..8c5c51ceed400a744efb4084137e77c079542730 100644
 | 
| --- a/components/gcm_driver/instance_id/scoped_use_fake_instance_id_android.cc
 | 
| +++ b/components/gcm_driver/instance_id/scoped_use_fake_instance_id_android.cc
 | 
| @@ -11,11 +11,6 @@ using base::android::AttachCurrentThread;
 | 
|  
 | 
|  namespace instance_id {
 | 
|  
 | 
| -// static
 | 
| -bool ScopedUseFakeInstanceIDAndroid::RegisterJni(JNIEnv* env) {
 | 
| -  return RegisterNativesImpl(env);
 | 
| -}
 | 
| -
 | 
|  ScopedUseFakeInstanceIDAndroid::ScopedUseFakeInstanceIDAndroid() {
 | 
|    JNIEnv* env = AttachCurrentThread();
 | 
|    previous_value_ =
 | 
| 
 |