| 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 ddf549873df2bb7418cea3b3026b123351db62a2..14c8d1cf2bb612bea92fe52d99ddd6e6c477f923 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
|
| @@ -24,8 +24,8 @@ import org.chromium.content.common.CommandLine;
|
| import org.chromium.content.common.ProcessInitException;
|
| import org.chromium.content_shell.Shell;
|
| import org.chromium.content_shell.ShellManager;
|
| -import org.chromium.ui.ActivityWindowAndroid;
|
| -import org.chromium.ui.WindowAndroid;
|
| +import org.chromium.ui.base.ActivityWindowAndroid;
|
| +import org.chromium.ui.base.WindowAndroid;
|
|
|
| /**
|
| * Activity for managing the Content Shell.
|
|
|