| Index: chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc (revision 53759)
|
| +++ chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc (working copy)
|
| @@ -73,6 +73,7 @@
|
| request.resource_type = type;
|
| request.request_context = 0;
|
| request.appcache_host_id = appcache::kNoHostId;
|
| + request.download_to_file = false;
|
| request.host_renderer_id = -1;
|
| request.host_render_view_id = -1;
|
| return request;
|
| @@ -309,7 +310,7 @@
|
| //
|
| // This function verifies that we received 4 messages and that they
|
| // are appropriate.
|
| - ASSERT_EQ(messages.size(), 3U);
|
| + ASSERT_EQ(3U, messages.size());
|
|
|
| // The first messages should be received response
|
| ASSERT_EQ(ViewMsg_Resource_ReceivedResponse::ID, messages[0].type());
|
|
|