| Index: chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabContentHandler.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabContentHandler.java b/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabContentHandler.java
|
| index 0ad1da1c9d64af01aebe46b774d6a6e5bf5397bc..6b6d78378e29d80fcc8760f1b8830e91c90e6178 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabContentHandler.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabContentHandler.java
|
| @@ -7,7 +7,7 @@ package org.chromium.chrome.browser.customtabs;
|
| import android.app.PendingIntent;
|
| import android.content.Intent;
|
| import android.graphics.Bitmap;
|
| -import android.os.IBinder;
|
| +import android.support.customtabs.CustomTabsSessionToken;
|
| import android.widget.RemoteViews;
|
|
|
| import org.chromium.content_public.browser.LoadUrlParams;
|
| @@ -30,7 +30,7 @@ public interface CustomTabContentHandler {
|
| /**
|
| * @return The session this {@link CustomTabContentHandler} is associated with.
|
| */
|
| - IBinder getSession();
|
| + CustomTabsSessionToken getSession();
|
|
|
| /**
|
| * Check whether an intent is valid or should be ignored within this content handler.
|
|
|