Index: content/browser/loader/resource_dispatcher_host_impl.h |
diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h |
index 646fc2a3d940b313a2df00e41eee4180844df300..678615c8740486f93c736c9de3ddab26378746a5 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.h |
+++ b/content/browser/loader/resource_dispatcher_host_impl.h |
@@ -70,7 +70,6 @@ class ResourceMessageFilter; |
class ResourceRequestInfoImpl; |
class SaveFileManager; |
class ServiceWorkerNavigationHandleCore; |
-class WebContentsImpl; |
struct CommonNavigationParams; |
struct DownloadSaveInfo; |
struct NavigationRequestInfo; |
@@ -217,7 +216,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl |
// Force cancels any pending requests for the given process. |
void CancelRequestsForProcess(int child_id); |
- void OnUserGesture(WebContentsImpl* contents); |
+ void OnUserGesture(); |
// Retrieves a net::URLRequest. Must be called from the IO thread. |
net::URLRequest* GetURLRequest(const GlobalRequestID& request_id); |