Index: demos/src/main/java/org/chromium/customtabsdemos/CustomTabActivityHelper.java |
diff --git a/demos/src/main/java/org/chromium/customtabsdemos/CustomTabActivityHelper.java b/demos/src/main/java/org/chromium/customtabsdemos/CustomTabActivityHelper.java |
index 3a6175dfcb855a0e4a230a7c3564ee42ced73e19..fcbe66d5d850abb0881492f6c6094122fd8268dc 100644 |
--- a/demos/src/main/java/org/chromium/customtabsdemos/CustomTabActivityHelper.java |
+++ b/demos/src/main/java/org/chromium/customtabsdemos/CustomTabActivityHelper.java |
@@ -15,10 +15,8 @@ |
package org.chromium.customtabsdemos; |
import android.app.Activity; |
-import android.content.ComponentName; |
import android.net.Uri; |
import android.os.Bundle; |
-import android.support.annotation.NonNull; |
import android.support.customtabs.CustomTabsClient; |
import android.support.customtabs.CustomTabsIntent; |
import android.support.customtabs.CustomTabsServiceConnection; |
@@ -28,7 +26,6 @@ import org.chromium.customtabsclient.shared.CustomTabsHelper; |
import org.chromium.customtabsclient.shared.ServiceConnection; |
import org.chromium.customtabsclient.shared.ServiceConnectionCallback; |
-import java.lang.ref.WeakReference; |
import java.util.List; |
/** |