Index: chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java |
diff --git a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java |
index d167e5d1db950c98d17fae60d609f6372246974d..4e77c83c002aaa7676b1d818b5bba9fa2e3e9e88 100644 |
--- a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java |
+++ b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java |
@@ -10,7 +10,7 @@ import android.app.Notification; |
import android.content.Intent; |
import android.os.Bundle; |
import android.provider.Browser; |
-import android.support.v7.app.ActionBarActivity; |
+import android.support.v7.app.AppCompatActivity; |
import android.text.TextUtils; |
import android.util.Log; |
import android.view.KeyEvent; |
@@ -65,7 +65,7 @@ import org.chromium.ui.base.WindowAndroid; |
/** |
* The {@link android.app.Activity} component of a basic test shell to test Chrome features. |
*/ |
-public class ChromeShellActivity extends ActionBarActivity implements AppMenuPropertiesDelegate { |
+public class ChromeShellActivity extends AppCompatActivity implements AppMenuPropertiesDelegate { |
private static final String TAG = "ChromeShellActivity"; |
/** |