OSDN Git Service

Deprecate fill_parent and introduce match_parent.
[android-x86/packages-apps-Browser.git] / src / com / android / browser / FetchUrlMimeType.java
index c585dbb..60d6934 100644 (file)
@@ -18,7 +18,7 @@ package com.android.browser;
 
 import android.content.ContentValues;
 import android.net.Uri;
-import android.net.http.AndroidHttpClient;
+import com.android.common.AndroidHttpClient;
 
 import org.apache.http.HttpResponse;
 import org.apache.http.Header;
@@ -80,7 +80,6 @@ class FetchUrlMimeType extends AsyncTask<ContentValues, String, String> {
         }
 
         HttpResponse response;
-        Boolean succeeded = true;
         String mimeType = null;
         try {
             response = client.execute(request);