| Index: components/gcm_driver/instance_id/scoped_use_fake_instance_id_android.h
 | 
| diff --git a/components/gcm_driver/instance_id/scoped_use_fake_instance_id_android.h b/components/gcm_driver/instance_id/scoped_use_fake_instance_id_android.h
 | 
| index 3a212c9d1b7744cb458ac492fc9dd58f88a33119..6fbe9dccf18150925879abb0cd10635e5648434b 100644
 | 
| --- a/components/gcm_driver/instance_id/scoped_use_fake_instance_id_android.h
 | 
| +++ b/components/gcm_driver/instance_id/scoped_use_fake_instance_id_android.h
 | 
| @@ -18,9 +18,6 @@ class ScopedUseFakeInstanceIDAndroid {
 | 
|    ScopedUseFakeInstanceIDAndroid();
 | 
|    ~ScopedUseFakeInstanceIDAndroid();
 | 
|  
 | 
| -  // Register JNI methods.
 | 
| -  static bool RegisterJni(JNIEnv* env);
 | 
| -
 | 
|   private:
 | 
|    bool previous_value_;
 | 
|  
 | 
| 
 |