| Index: components/gcm_driver/instance_id/android/java/src/org/chromium/components/gcm_driver/instance_id/InstanceIDBridge.java | 
| diff --git a/components/gcm_driver/instance_id/android/java/src/org/chromium/components/gcm_driver/instance_id/InstanceIDBridge.java b/components/gcm_driver/instance_id/android/java/src/org/chromium/components/gcm_driver/instance_id/InstanceIDBridge.java | 
| index d1810ee408db4ecc69f98a50b3bbbe4744d20a6b..f819390a63e48e24ee19d0e6771515277cbe36a6 100644 | 
| --- a/components/gcm_driver/instance_id/android/java/src/org/chromium/components/gcm_driver/instance_id/InstanceIDBridge.java | 
| +++ b/components/gcm_driver/instance_id/android/java/src/org/chromium/components/gcm_driver/instance_id/InstanceIDBridge.java | 
| @@ -29,9 +29,9 @@ public class InstanceIDBridge { | 
| * Underlying InstanceID. May be shared by multiple InstanceIDBridges. Must be initialized on | 
| * a background thread. | 
| */ | 
| -    private InstanceID mInstanceID = null; | 
| +    private InstanceID mInstanceID; | 
|  | 
| -    private static boolean sBlockOnAsyncTasksForTesting = false; | 
| +    private static boolean sBlockOnAsyncTasksForTesting; | 
|  | 
| private InstanceIDBridge( | 
| long nativeInstanceIDAndroid, Context context, String subtype) { | 
|  |