Index: sky/shell/android/org/domokit/sky/shell/SkyActivity.java |
diff --git a/sky/shell/android/org/domokit/sky/shell/SkyActivity.java b/sky/shell/android/org/domokit/sky/shell/SkyActivity.java |
index 1e13dd36f5ab6a3bff95e12e952463f6806804cd..c29e4647e737dbedce9b2715052d5b34e5c40f70 100644 |
--- a/sky/shell/android/org/domokit/sky/shell/SkyActivity.java |
+++ b/sky/shell/android/org/domokit/sky/shell/SkyActivity.java |
@@ -12,7 +12,7 @@ import android.view.WindowManager; |
import org.chromium.base.PathUtils; |
-import org.domokit.intents.ActivityManagerImpl; |
+import org.domokit.activity.ActivityImpl; |
import java.io.File; |
@@ -44,7 +44,7 @@ public class SkyActivity extends Activity { |
SkyMain.ensureInitialized(getApplicationContext()); |
mView = new PlatformViewAndroid(this, edgeDims); |
- ActivityManagerImpl.setCurrentActivity(this); |
+ ActivityImpl.setCurrentActivity(this); |
setContentView(mView); |
mTracingController = new TracingController(this); |