| Index: components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java
|
| diff --git a/components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java b/components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java
|
| index 5cad3a2b1854d7df82923dbf658b044c21ed7c86..5415c9fa1d9d7040a185673c17a57aff8fd07f8f 100644
|
| --- a/components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java
|
| +++ b/components/variations/android/junit/src/org/chromium/components/variations/firstrun/VariationsSeedFetcherTest.java
|
| @@ -116,7 +116,7 @@ public class VariationsSeedFetcherTest {
|
| mFetcher.fetchSeed("");
|
|
|
| assertTrue(mPrefs.getBoolean(VariationsSeedFetcher.VARIATIONS_INITIALIZED_PREF, false));
|
| - assertFalse(VariationsSeedBridge.hasJavaPref(ContextUtils.getApplicationContext()));
|
| + assertFalse(VariationsSeedBridge.hasJavaPref());
|
| }
|
|
|
| /**
|
| @@ -129,6 +129,6 @@ public class VariationsSeedFetcherTest {
|
| mFetcher.fetchSeed("");
|
|
|
| assertTrue(mPrefs.getBoolean(VariationsSeedFetcher.VARIATIONS_INITIALIZED_PREF, false));
|
| - assertFalse(VariationsSeedBridge.hasJavaPref(ContextUtils.getApplicationContext()));
|
| + assertFalse(VariationsSeedBridge.hasJavaPref());
|
| }
|
| }
|
|
|