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 336ba242a1f87289b2bdf34bf7a7ddaf741c28bb..5c51b7559f2f837d68d8329557a133da323bd09e 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::TERMINATION_STATUS_PROCESS_WAS_KILLED, true); |
tab->controller().Reload(true); |
EXPECT_EQ( |