| Index: content/test/test_render_view_host.cc
|
| diff --git a/content/test/test_render_view_host.cc b/content/test/test_render_view_host.cc
|
| index 3573a1f21a26c0f7165f94c836ed8ada7e199974..6a1177d939d579ade07b4bb01a8107390e598d17 100644
|
| --- a/content/test/test_render_view_host.cc
|
| +++ b/content/test/test_render_view_host.cc
|
| @@ -345,9 +345,9 @@
|
| }
|
|
|
| void TestRenderViewHost::TestOnUpdateStateWithFile(
|
| - int page_id,
|
| + int process_id,
|
| const base::FilePath& file_path) {
|
| - OnUpdateState(page_id,
|
| + OnUpdateState(process_id,
|
| PageState::CreateForTesting(GURL("http://www.google.com"),
|
| false,
|
| "data",
|
|
|