| Index: chrome/browser/child_process_security_policy_browsertest.cc | 
| diff --git a/chrome/browser/child_process_security_policy_browsertest.cc b/chrome/browser/child_process_security_policy_browsertest.cc | 
| index bedac819d2443da75fc28b9d2450d5e17c56593c..3f292bc2835dab18b22379276bc2269cc9b6042d 100644 | 
| --- a/chrome/browser/child_process_security_policy_browsertest.cc | 
| +++ b/chrome/browser/child_process_security_policy_browsertest.cc | 
| @@ -43,7 +43,7 @@ IN_PROC_BROWSER_TEST_F(ChildProcessSecurityPolicyInProcessBrowserTest, NoLeak) { | 
| TabContents* tab = browser()->GetTabContentsAt(0); | 
| ASSERT_TRUE(tab != NULL); | 
| base::KillProcess(tab->GetRenderProcessHost()->GetHandle(), | 
| -                    base::PROCESS_END_KILLED_BY_USER, true); | 
| +                    base::EXIT_CODE_PROCESS_WAS_KILLED, true); | 
|  | 
| tab->controller().Reload(true); | 
| EXPECT_EQ( | 
|  |