Index: content/browser/loader/async_revalidation_manager.h |
diff --git a/content/browser/loader/async_revalidation_manager.h b/content/browser/loader/async_revalidation_manager.h |
index cf6f6c57aef8c3e87df9230cc98511f925aaef9d..facdb2d1452af6bcffdc073348fdafaf19418b65 100644 |
--- a/content/browser/loader/async_revalidation_manager.h |
+++ b/content/browser/loader/async_revalidation_manager.h |
@@ -37,7 +37,7 @@ class AsyncRevalidationManager { |
// Starts an async revalidation by copying |for_request|. |scheduler| must |
// remain valid until this object is destroyed. |
- void BeginAsyncRevalidation(const net::URLRequest& for_request, |
+ void BeginAsyncRevalidation(net::URLRequest* for_request, |
ResourceScheduler* scheduler); |
// Cancel all pending async revalidations that use ResourceContext. |