Fix import after okhttp update.

OkResponseCache moved packages in change
62321.

Change-Id: I2c08c4586405e767d1931ebc5f185c7916850fa1
This commit is contained in:
Narayan Kamath
2013-07-18 13:42:50 +01:00
parent 30ad720304
commit c0bb16673e

View File

@@ -17,9 +17,9 @@
package android.net.http;
import android.content.Context;
import com.android.okhttp.OkResponseCache;
import com.android.okhttp.ResponseSource;
import com.android.okhttp.internal.DiskLruCache;
import com.android.okhttp.internal.http.OkResponseCache;
import java.io.Closeable;
import java.io.File;
import java.io.IOException;