Index: content/browser/renderer_host/render_process_host_impl.h |
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h |
index 919115addebd1235ce807abf1cfa5207785140f2..215204cf975ec16f02eaf87f6b5fa69e710b9d7c 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -66,7 +66,7 @@ class CONTENT_EXPORT RenderProcessHostImpl |
virtual bool Init() OVERRIDE; |
virtual int GetNextRoutingID() OVERRIDE; |
virtual void CancelResourceRequests(int render_widget_id) OVERRIDE; |
- virtual void CrossSiteSwapOutACK(const ViewMsg_SwapOut_Params& params) |
+ virtual void SimulateSwapOutACK(const ViewMsg_SwapOut_Params& params) |
OVERRIDE; |
virtual bool WaitForBackingStoreMsg(int render_widget_id, |
const base::TimeDelta& max_delay, |