| 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 adbb18b4f2c0c0784ce1655e1bc5d14e93d7fc9f..a3c54b3a26dd692988c9fb1d412c7f033134cbd6 100644
|
| --- a/android_webview/browser/aw_request_interceptor.h
|
| +++ b/android_webview/browser/aw_request_interceptor.h
|
| @@ -36,7 +36,6 @@ class AwRequestInterceptor : public net::URLRequestInterceptor {
|
|
|
| private:
|
| scoped_ptr<AwWebResourceResponse> QueryForAwWebResourceResponse(
|
| - const GURL& location,
|
| net::URLRequest* request) const;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AwRequestInterceptor);
|
|
|