| Index: chrome/android/javatests/src/org/chromium/chrome/browser/input/SelectPopupOtherContentViewTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/input/SelectPopupOtherContentViewTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/input/SelectPopupOtherContentViewTest.java
|
| index 52770a3a549323b266b62a28618a77d7c9f8818d..8551d26bc5a73ffa9a8611cf1e0bc9dfec389b16 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/input/SelectPopupOtherContentViewTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/input/SelectPopupOtherContentViewTest.java
|
| @@ -72,7 +72,7 @@ public class SelectPopupOtherContentViewTest extends ChromiumTestShellTestBase {
|
| UiUtils.runOnUiThread(getActivity(), new Runnable() {
|
| @Override
|
| public void run() {
|
| - int nativeWebContents = ContentViewUtil.createNativeWebContents(false);
|
| + long nativeWebContents = ContentViewUtil.createNativeWebContents(false);
|
| WindowAndroid windowAndroid = new ActivityWindowAndroid(getActivity());
|
| ContentView contentView = ContentView.newInstance(
|
| getActivity(), nativeWebContents, windowAndroid);
|
|
|