| Index: chrome/browser/download/download_target_determiner_unittest.cc | 
| diff --git a/chrome/browser/download/download_target_determiner_unittest.cc b/chrome/browser/download/download_target_determiner_unittest.cc | 
| index 093136edad1ddc6970794330802235d3c558cdf5..1002c3dc5bef7178ba2f8599186d1e557b5d9293 100644 | 
| --- a/chrome/browser/download/download_target_determiner_unittest.cc | 
| +++ b/chrome/browser/download/download_target_determiner_unittest.cc | 
| @@ -2104,7 +2104,7 @@ TEST_F(DownloadTargetDeterminerTestWithPlugin, | 
| GetPathInDownloadDir(kInitialPath), item.get()); | 
| EXPECT_FALSE(target_info->is_filetype_handled_safely); | 
|  | 
| -  // Now register an unsandboxed PPAPI plug-in. This plugin should not be | 
| +  // Now register an unsandboxed PPAPI plugin. This plugin should not be | 
| // considered secure. | 
| ScopedRegisterInternalPlugin ppapi_unsandboxed_plugin( | 
| plugin_service, | 
|  |