| Index: chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellTab.java
|
| diff --git a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellTab.java b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellTab.java
|
| index ba7e758e83793717c0a5114caccf75a3a007a485..195d56ae199062ae2697ba58165b0005e5ba287b 100644
|
| --- a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellTab.java
|
| +++ b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellTab.java
|
| @@ -14,8 +14,8 @@ import org.chromium.chrome.browser.contextmenu.ContextMenuPopulator;
|
| import org.chromium.chrome.browser.infobar.AutoLoginProcessor;
|
| import org.chromium.content.browser.ContentViewClient;
|
| import org.chromium.content.browser.ContentViewCore;
|
| -import org.chromium.content.browser.LoadUrlParams;
|
| import org.chromium.content_public.Referrer;
|
| +import org.chromium.content_public.browser.LoadUrlParams;
|
| import org.chromium.ui.base.WindowAndroid;
|
|
|
| /**
|
|
|