| 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..91bb58eab57a65a32234b17009fa77c1572f2b46 100644
|
| --- a/content/browser/child_process_security_policy_browsertest.cc
|
| +++ b/content/browser/child_process_security_policy_browsertest.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -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(
|
|
|