| Index: chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| ===================================================================
|
| --- chrome/browser/custom_handlers/protocol_handler_registry.cc (revision 120814)
|
| +++ chrome/browser/custom_handlers/protocol_handler_registry.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -18,13 +18,14 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/custom_handlers/protocol_handler.h"
|
| #include "chrome/common/pref_names.h"
|
| -#include "content/browser/child_process_security_policy.h"
|
| #include "content/public/browser/browser_thread.h"
|
| +#include "content/public/browser/child_process_security_policy.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "net/base/network_delegate.h"
|
| #include "net/url_request/url_request_redirect_job.h"
|
|
|
| using content::BrowserThread;
|
| +using content::ChildProcessSecurityPolicy;
|
|
|
| // ProtocolHandlerRegistry -----------------------------------------------------
|
|
|
|
|