| Index: remoting/android/java/src/org/chromium/chromoting/ThirdPartyTokenFetcher.java
|
| diff --git a/remoting/android/java/src/org/chromium/chromoting/ThirdPartyTokenFetcher.java b/remoting/android/java/src/org/chromium/chromoting/ThirdPartyTokenFetcher.java
|
| index fd983f79f532952f6623d6d12235aa3df3255d0c..c8bd88ab7550d6d51db1c5f269db67de8d29d009 100644
|
| --- a/remoting/android/java/src/org/chromium/chromoting/ThirdPartyTokenFetcher.java
|
| +++ b/remoting/android/java/src/org/chromium/chromoting/ThirdPartyTokenFetcher.java
|
| @@ -11,7 +11,6 @@ import android.content.ComponentName;
|
| import android.content.Intent;
|
| import android.content.pm.PackageManager;
|
| import android.net.Uri;
|
| -import android.support.v7.app.ActionBarActivity;
|
| import android.text.TextUtils;
|
| import android.util.Base64;
|
| import android.util.Log;
|
| @@ -216,7 +215,7 @@ public class ThirdPartyTokenFetcher {
|
| * together with its intent filter, by default. |OAuthRedirectActivity| is only enabled when
|
| * there is a pending token fetch request.
|
| */
|
| - public static class OAuthRedirectActivity extends ActionBarActivity {
|
| + public static class OAuthRedirectActivity extends Activity {
|
| @Override
|
| public void onStart() {
|
| super.onStart();
|
|
|