| Index: components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java | 
| diff --git a/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java b/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java | 
| index f1a47e3babac0b811ebe5516c72bd05b238395f8..5d11c73bc21385c0b9e80faf938950ae4396e8e1 100644 | 
| --- a/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java | 
| +++ b/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/GCMDriver.java | 
| @@ -30,7 +30,7 @@ public class GCMDriver { | 
| private static final String TAG = "GCMDriver"; | 
|  | 
| // The instance of GCMDriver currently owned by a C++ GCMDriverAndroid, if any. | 
| -    private static GCMDriver sInstance = null; | 
| +    private static GCMDriver sInstance; | 
|  | 
| private long mNativeGCMDriverAndroid; | 
| private final Context mContext; | 
|  |