| Index: content/test/mock_render_process_host.h
|
| diff --git a/content/test/mock_render_process_host.h b/content/test/mock_render_process_host.h
|
| index 4726f6603af72bb774cc3d0b93ba5aac38ff7948..11102851922d957c525d904f9fb087ecd0e5e473 100644
|
| --- a/content/test/mock_render_process_host.h
|
| +++ b/content/test/mock_render_process_host.h
|
| @@ -37,7 +37,7 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| virtual bool Init(bool is_accessibility_enabled) OVERRIDE;
|
| virtual int GetNextRoutingID() OVERRIDE;
|
| virtual void CancelResourceRequests(int render_widget_id) OVERRIDE;
|
| - virtual void CrossSiteSwapOutACK(
|
| + virtual void SimulateSwapOutACK(
|
| const ViewMsg_SwapOut_Params& params) OVERRIDE;
|
| virtual bool WaitForUpdateMsg(int render_widget_id,
|
| const base::TimeDelta& max_delay,
|
|
|