Index: content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
diff --git a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
index ea0c4e6586e438d23822fb7259617281130fdc05..a394a1b131f50c2c8319d099819b878dadac3223 100644 |
--- a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
+++ b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
@@ -28,7 +28,6 @@ import org.chromium.content_public.browser.WebContents; |
import org.chromium.content_shell.Shell; |
import org.chromium.content_shell.ShellManager; |
import org.chromium.ui.base.ActivityWindowAndroid; |
-import org.chromium.ui.base.WindowAndroid; |
/** |
* Activity for managing the Content Shell. |
@@ -41,7 +40,7 @@ public class ContentShellActivity extends Activity { |
public static final String COMMAND_LINE_ARGS_KEY = "commandLineArgs"; |
private ShellManager mShellManager; |
- private WindowAndroid mWindowAndroid; |
+ private ActivityWindowAndroid mWindowAndroid; |
private Intent mLastSentIntent; |
@Override |