| Index: components/web_cache/renderer/web_cache_impl.h
|
| diff --git a/components/web_cache/renderer/web_cache_impl.h b/components/web_cache/renderer/web_cache_impl.h
|
| index 3b629cc250e6941469f762831eea760861a1bae2..4a8a44f08c259996a74044087847d8a5b46f96d8 100644
|
| --- a/components/web_cache/renderer/web_cache_impl.h
|
| +++ b/components/web_cache/renderer/web_cache_impl.h
|
| @@ -21,7 +21,7 @@ class WebCacheImpl : public mojom::WebCache {
|
| WebCacheImpl();
|
| ~WebCacheImpl() override;
|
|
|
| - void BindRequest(mojo::InterfaceRequest<mojom::WebCache> web_cache_request);
|
| + void BindRequest(mojom::WebCacheRequest web_cache_request);
|
|
|
| // Needs to be called by RenderViews in case of navigations to execute
|
| // any 'clear cache' commands that were delayed until the next navigation.
|
|
|