| Index: content/browser/child_process_security_policy_unittest.cc
|
| diff --git a/content/browser/child_process_security_policy_unittest.cc b/content/browser/child_process_security_policy_unittest.cc
|
| index 5a52371a0d905ba11004ca0c2d9a4686c95898e8..b5f7df0b53810e289585272cfbf7db833f2f9bd9 100644
|
| --- a/content/browser/child_process_security_policy_unittest.cc
|
| +++ b/content/browser/child_process_security_policy_unittest.cc
|
| @@ -69,7 +69,7 @@ class ChildProcessSecurityPolicyTest : public testing::Test {
|
| // net::URLRequest::IsHandledURL() no longer claims support for default
|
| // protocols as this is the responsibility of the browser (which is
|
| // responsible for adding the appropriate ProtocolHandler).
|
| - test_browser_client_.AddScheme(chrome::kFileScheme);
|
| + test_browser_client_.AddScheme(kFileScheme);
|
| }
|
|
|
| virtual void TearDown() {
|
|
|