| Index: chrome/android/javatests/src/org/chromium/chrome/browser/BluetoothChooserDialogTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/BluetoothChooserDialogTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/BluetoothChooserDialogTest.java
|
| index 6c50becdd731540b746e3eb3190da992c971b100..2fe4fa576b634b0a8080f7b1ed509c527c283698 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/BluetoothChooserDialogTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/BluetoothChooserDialogTest.java
|
| @@ -16,6 +16,7 @@ import android.widget.Button;
|
| import android.widget.ListView;
|
|
|
| import org.chromium.base.ThreadUtils;
|
| +import org.chromium.base.test.util.RetryOnFailure;
|
| import org.chromium.chrome.R;
|
| import org.chromium.chrome.test.ChromeActivityTestCaseBase;
|
| import org.chromium.components.location.LocationUtils;
|
| @@ -34,6 +35,7 @@ import java.util.concurrent.Callable;
|
| /**
|
| * Tests for the BluetoothChooserDialog class.
|
| */
|
| +@RetryOnFailure
|
| public class BluetoothChooserDialogTest extends ChromeActivityTestCaseBase<ChromeActivity> {
|
| /**
|
| * Works like the BluetoothChooserDialog class, but records calls to native methods instead of
|
|
|