| Index: content/browser/child_process_security_policy_browsertest.cc
|
| diff --git a/content/browser/child_process_security_policy_browsertest.cc b/content/browser/child_process_security_policy_browsertest.cc
|
| index 14d4b80041b8282d190b639a41790987adf029a6..739a0a7ccc9f7761a6b084adabe34899c64365f6 100644
|
| --- a/content/browser/child_process_security_policy_browsertest.cc
|
| +++ b/content/browser/child_process_security_policy_browsertest.cc
|
| @@ -44,7 +44,7 @@ IN_PROC_BROWSER_TEST_F(ChildProcessSecurityPolicyInProcessBrowserTest, NoLeak) {
|
| TabContents* tab = browser()->GetTabContentsAt(0);
|
| ASSERT_TRUE(tab != NULL);
|
| base::KillProcess(tab->GetRenderProcessHost()->GetHandle(),
|
| - ResultCodes::KILLED, true);
|
| + content::RESULT_CODE_KILLED, true);
|
|
|
| tab->controller().Reload(true);
|
| EXPECT_EQ(
|
|
|