| Index: android_webview/browser/aw_contents_io_thread_client.h
|
| diff --git a/android_webview/browser/aw_contents_io_thread_client.h b/android_webview/browser/aw_contents_io_thread_client.h
|
| index 0ac29fcb463ef836f53332eb49ffb1832e1c180f..cb8bc26d197e241d13a4cce8f0d95e5bd11608cb 100644
|
| --- a/android_webview/browser/aw_contents_io_thread_client.h
|
| +++ b/android_webview/browser/aw_contents_io_thread_client.h
|
| @@ -17,7 +17,7 @@ class URLRequest;
|
|
|
| namespace android_webview {
|
|
|
| -class InterceptedRequestData;
|
| +class AwWebResourceResponse;
|
|
|
| // This class provides a means of calling Java methods on an instance that has
|
| // a 1:1 relationship with a WebContents instance directly from the IO thread.
|
| @@ -68,7 +68,7 @@ class AwContentsIoThreadClient {
|
| int child_render_frame_id);
|
|
|
| // This method is called on the IO thread only.
|
| - virtual scoped_ptr<InterceptedRequestData> ShouldInterceptRequest(
|
| + virtual scoped_ptr<AwWebResourceResponse> ShouldInterceptRequest(
|
| const GURL& location,
|
| const net::URLRequest* request) = 0;
|
|
|
|
|