| Index: chrome/android/java/src/org/chromium/chrome/browser/blimp/ChromeBlimpClientContextDelegate.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/blimp/ChromeBlimpClientContextDelegate.java b/chrome/android/java/src/org/chromium/chrome/browser/blimp/ChromeBlimpClientContextDelegate.java
|
| index d01e1fb108e1ea64b378bcff755e394692c44991..7761f33f23f014b6fd968f4d8ad9545831dc30d0 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/blimp/ChromeBlimpClientContextDelegate.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/blimp/ChromeBlimpClientContextDelegate.java
|
| @@ -5,6 +5,7 @@
|
| package org.chromium.chrome.browser.blimp;
|
|
|
| import org.chromium.base.annotations.CalledByNative;
|
| +import org.chromium.blimp_public.BlimpClientContextDelegate;
|
| import org.chromium.chrome.browser.profiles.Profile;
|
|
|
| /**
|
| @@ -16,7 +17,7 @@ import org.chromium.chrome.browser.profiles.Profile;
|
| * it, call {@link ChromeBlimpClientContextDelegate#createAndSetDelegateForContext(Profile)}.
|
| * When the delegate should be deleted, a call to {@link #destroy} is required.
|
| */
|
| -public class ChromeBlimpClientContextDelegate {
|
| +public class ChromeBlimpClientContextDelegate implements BlimpClientContextDelegate {
|
| /**
|
| * Creates a new ChromeBlimpClientContextDelegate that is owned by the caller. It automatically
|
| * attaches itself as the sole delegate for the BlimpClientContext attached to the given
|
|
|