summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/network/ResourceHandleInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/network/ResourceHandleInternal.h')
-rw-r--r--WebCore/platform/network/ResourceHandleInternal.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/WebCore/platform/network/ResourceHandleInternal.h b/WebCore/platform/network/ResourceHandleInternal.h
index 31d740a..fa939db 100644
--- a/WebCore/platform/network/ResourceHandleInternal.h
+++ b/WebCore/platform/network/ResourceHandleInternal.h
@@ -69,9 +69,7 @@ class NSURLConnection;
#endif
#if PLATFORM(ANDROID)
-namespace android {
- class WebCoreResourceLoader;
-}
+#include "ResourceLoaderAndroid.h"
#endif
// The allocations and releases in ResourceHandleInternal are
@@ -229,7 +227,7 @@ namespace WebCore {
CFURLAuthChallengeRef m_currentCFChallenge;
#endif
#if PLATFORM(ANDROID)
- android::WebCoreResourceLoader* m_loader;
+ RefPtr<ResourceLoaderAndroid> m_loader;
#endif
AuthenticationChallenge m_currentWebChallenge;