| Index: chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.cc b/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| index dde6e71289c2a4c0a655e8b6c7489af7a4a785ef..c9a727e4162048352cebbfcfe6c0c6003b3f8bd4 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry.cc
|
| @@ -23,6 +23,8 @@
|
| #include "net/base/network_delegate.h"
|
| #include "net/url_request/url_request_redirect_job.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| // ProtocolHandlerRegistry -----------------------------------------------------
|
|
|
| ProtocolHandlerRegistry::ProtocolHandlerRegistry(Profile* profile,
|
|
|