| Index: chrome/renderer/safe_browsing/render_view_fake_resources_test.h
|
| ===================================================================
|
| --- chrome/renderer/safe_browsing/render_view_fake_resources_test.h (revision 77019)
|
| +++ chrome/renderer/safe_browsing/render_view_fake_resources_test.h (working copy)
|
| @@ -58,7 +58,7 @@
|
| class RenderView;
|
| class SandboxInitWrapper;
|
| struct MainFunctionParams;
|
| -struct ViewHostMsg_Resource_Request;
|
| +struct ResourceHostMsg_Request;
|
|
|
| namespace WebKit {
|
| class WebFrame;
|
| @@ -111,7 +111,7 @@
|
| // and the supplied content, otherwise we send it a 404 error.
|
| void OnRequestResource(const IPC::Message& message,
|
| int request_id,
|
| - const ViewHostMsg_Resource_Request& request_data);
|
| + const ResourceHostMsg_Request& request_data);
|
|
|
| // Notification that the render view we've created is ready to use.
|
| void OnRenderViewReady();
|
|
|