| Index: chrome/common/resource_dispatcher_unittest.cc
 | 
| ===================================================================
 | 
| --- chrome/common/resource_dispatcher_unittest.cc	(revision 11111)
 | 
| +++ chrome/common/resource_dispatcher_unittest.cc	(working copy)
 | 
| @@ -113,7 +113,8 @@
 | 
|        base::SharedMemoryHandle dup_handle;
 | 
|        EXPECT_TRUE(shared_mem.GiveToProcess(
 | 
|            base::Process::Current().handle(), &dup_handle));
 | 
| -      dispatcher_->OnReceivedData(request_id, dup_handle, test_page_contents_len);
 | 
| +      dispatcher_->OnReceivedData(request_id, dup_handle,
 | 
| +                                  test_page_contents_len);
 | 
|  
 | 
|        message_queue_.erase(message_queue_.begin());
 | 
|  
 | 
| 
 |