| Index: chrome/browser/nacl_host/pnacl_file_host_unittest.cc | 
| diff --git a/chrome/browser/nacl_host/pnacl_file_host_unittest.cc b/chrome/browser/nacl_host/pnacl_file_host_unittest.cc | 
| index eb2a74a7b0c685dec5981d630a0617a70a4f0b29..6e30c29bb5eebd19b86b5eac970b8a3886fd37cb 100644 | 
| --- a/chrome/browser/nacl_host/pnacl_file_host_unittest.cc | 
| +++ b/chrome/browser/nacl_host/pnacl_file_host_unittest.cc | 
| @@ -57,7 +57,7 @@ TEST(PnaclFileHostTest, TestFilenamesWithPnaclPath) { | 
| &out_path)); | 
|  | 
| // Other bad files. | 
| -  EXPECT_FALSE(PnaclCanOpenFile("", &out_path)); | 
| +  EXPECT_FALSE(PnaclCanOpenFile(std::string(), &out_path)); | 
| EXPECT_FALSE(PnaclCanOpenFile(".", &out_path)); | 
| EXPECT_FALSE(PnaclCanOpenFile("..", &out_path)); | 
| #if defined(OS_WIN) | 
|  |