| Index: chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBleClient.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBleClient.java b/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBleClient.java
|
| index 9ad9c8913e4dbb3d4746211d2cc98f362165f57e..69139e23c3df1afc1ee27491cae66e11b461a265 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBleClient.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWebBleClient.java
|
| @@ -24,7 +24,7 @@ import org.chromium.chrome.browser.ChromeApplication;
|
| * subclass.
|
| */
|
| public class PhysicalWebBleClient {
|
| - private static PhysicalWebBleClient sInstance = null;
|
| + private static PhysicalWebBleClient sInstance;
|
| private static final String TAG = "PhysicalWeb";
|
|
|
| // We don't actually listen to any of the onFound or onLost events in the foreground.
|
|
|