| Index: android_webview/browser/aw_request_interceptor.h
|
| diff --git a/android_webview/browser/aw_request_interceptor.h b/android_webview/browser/aw_request_interceptor.h
|
| index b83ab32e237ef01beee5d2aa5649edf2c3f1c78d..813abbe8f4278f7641baeb5cfd5d1c721777890e 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;
|
|
|
|
|