| Index: components/precache/android/java/src/org/chromium/components/precache/DeviceState.java
|
| diff --git a/components/precache/android/java/src/org/chromium/components/precache/DeviceState.java b/components/precache/android/java/src/org/chromium/components/precache/DeviceState.java
|
| index 80a67093e1bf9d78f194a7fcfa1b2483069a12b6..3315d791a569d8f9e6370b622a02c037ff94c17e 100644
|
| --- a/components/precache/android/java/src/org/chromium/components/precache/DeviceState.java
|
| +++ b/components/precache/android/java/src/org/chromium/components/precache/DeviceState.java
|
| @@ -15,10 +15,10 @@ import org.chromium.base.VisibleForTesting;
|
| * Utility class that provides information about the current state of the device.
|
| */
|
| public class DeviceState {
|
| - private static DeviceState sDeviceState = null;
|
| + private static DeviceState sDeviceState;
|
|
|
| // Saved battery level percentage.
|
| - private int mSavedBatteryPercentage = 0;
|
| + private int mSavedBatteryPercentage;
|
|
|
| /** Disallow Construction of DeviceState objects. Use {@link #getInstance()} instead to create
|
| * a singleton instance.
|
|
|