Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / android_webview / javatests / src / org / chromium / android_webview / test / HttpAuthDatabaseTest.java
index ba4850e..113fad3 100644 (file)
@@ -32,7 +32,7 @@ public class HttpAuthDatabaseTest extends AndroidTestCase {
     @SmallTest
     @Feature({"AndroidWebView"})
     public void testAccessHttpAuthUsernamePassword() throws Exception {
-        HttpAuthDatabase instance = new HttpAuthDatabase(getContext(), TEST_DATABASE);
+        HttpAuthDatabase instance = HttpAuthDatabase.newInstance(getContext(), TEST_DATABASE);
 
         String host = "http://localhost:8080";
         String realm = "testrealm";