| Index: content/public/android/javatests/src/org/chromium/content/browser/NavigationTest.java
|
| diff --git a/content/public/android/javatests/src/org/chromium/content/browser/NavigationTest.java b/content/public/android/javatests/src/org/chromium/content/browser/NavigationTest.java
|
| index 99d6ca9fc465e1aaab4c736e974ddf83455d0bff..e4c56061d98c4717837952d1d307c1d56a9f98ad 100644
|
| --- a/content/public/android/javatests/src/org/chromium/content/browser/NavigationTest.java
|
| +++ b/content/public/android/javatests/src/org/chromium/content/browser/NavigationTest.java
|
| @@ -64,7 +64,7 @@ public class NavigationTest extends ContentShellTestBase {
|
| NavigationController navigationController = contentViewCore.getWebContents()
|
| .getNavigationController();
|
| TestCallbackHelperContainer testCallbackHelperContainer =
|
| - new TestCallbackHelperContainer(contentViewCore);
|
| + new TestCallbackHelperContainer(getWindowAndroid(), contentViewCore);
|
|
|
| loadUrl(navigationController, testCallbackHelperContainer, new LoadUrlParams(URL_2));
|
| loadUrl(navigationController, testCallbackHelperContainer, new LoadUrlParams(URL_3));
|
| @@ -116,7 +116,7 @@ public class NavigationTest extends ContentShellTestBase {
|
| waitForActiveShellToBeDoneLoading();
|
| ContentViewCore contentViewCore = activity.getActiveContentViewCore();
|
| TestCallbackHelperContainer testCallbackHelperContainer =
|
| - new TestCallbackHelperContainer(contentViewCore);
|
| + new TestCallbackHelperContainer(getWindowAndroid(), contentViewCore);
|
| OnEvaluateJavaScriptResultHelper javascriptHelper = new OnEvaluateJavaScriptResultHelper();
|
|
|
| // Grab the first timestamp.
|
|
|