summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/renderer_host')
-rw-r--r--content/browser/renderer_host/resource_dispatcher_host_impl.cc2
-rw-r--r--content/browser/renderer_host/resource_dispatcher_host_impl.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/content/browser/renderer_host/resource_dispatcher_host_impl.cc b/content/browser/renderer_host/resource_dispatcher_host_impl.cc
index d7ea8ad..373a792 100644
--- a/content/browser/renderer_host/resource_dispatcher_host_impl.cc
+++ b/content/browser/renderer_host/resource_dispatcher_host_impl.cc
@@ -1986,7 +1986,7 @@ void ResourceDispatcherHostImpl::ContinueSSLRequest(
request->ContinueDespiteLastError();
}
-void ResourceDispatcherHostImpl::OnUserGesture(TabContents* tab) {
+void ResourceDispatcherHostImpl::OnUserGesture(WebContentsImpl* contents) {
last_user_gesture_time_ = TimeTicks::Now();
}
diff --git a/content/browser/renderer_host/resource_dispatcher_host_impl.h b/content/browser/renderer_host/resource_dispatcher_host_impl.h
index eab5e78..d4b1c3c 100644
--- a/content/browser/renderer_host/resource_dispatcher_host_impl.h
+++ b/content/browser/renderer_host/resource_dispatcher_host_impl.h
@@ -37,7 +37,7 @@ class DownloadFileManager;
class ResourceHandler;
class ResourceMessageFilter;
class SaveFileManager;
-class TabContents;
+class WebContentsImpl;
struct ResourceHostMsg_Request;
struct ViewMsg_SwapOut_Params;
@@ -199,7 +199,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
const net::SSLInfo* ssl_info) OVERRIDE;
virtual void ContinueSSLRequest(const content::GlobalRequestID& id) OVERRIDE;
- void OnUserGesture(TabContents* tab);
+ void OnUserGesture(WebContentsImpl* contents);
// Retrieves a net::URLRequest. Must be called from the IO thread.
net::URLRequest* GetURLRequest(