summaryrefslogtreecommitdiff
path: root/android_webview/browser/aw_request_interceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview/browser/aw_request_interceptor.h')
-rw-r--r--android_webview/browser/aw_request_interceptor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/android_webview/browser/aw_request_interceptor.h b/android_webview/browser/aw_request_interceptor.h
index b83ab32e23..813abbe8f4 100644
--- a/android_webview/browser/aw_request_interceptor.h
+++ b/android_webview/browser/aw_request_interceptor.h
@@ -19,7 +19,7 @@ class NetworkDelegate;
namespace android_webview {
-class InterceptedRequestData;
+class AwWebResourceResponse;
// This class allows the Java-side embedder to substitute the default
// URLRequest of a given request for an alternative job that will read data
@@ -35,7 +35,7 @@ class AwRequestInterceptor : public net::URLRequestInterceptor {
net::NetworkDelegate* network_delegate) const OVERRIDE;
private:
- scoped_ptr<InterceptedRequestData> QueryForInterceptedRequestData(
+ scoped_ptr<AwWebResourceResponse> QueryForAwWebResourceResponse(
const GURL& location,
net::URLRequest* request) const;