| Index: chrome/browser/custom_handlers/protocol_handler_registry.h
|
| diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.h b/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| index 029801ea4f1d2b146bee32c78e06a7db947ff89f..98d3e02d9af288b6a254c6e11ed3f069d7cc37de 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry.h
|
| @@ -28,8 +28,8 @@
|
| // instances of this class.
|
|
|
| class ProtocolHandlerRegistry
|
| - : public base::RefCountedThreadSafe<ProtocolHandlerRegistry,
|
| - BrowserThread::DeleteOnIOThread> {
|
| + : public base::RefCountedThreadSafe<
|
| + ProtocolHandlerRegistry, content::BrowserThread::DeleteOnIOThread> {
|
| public:
|
| class DefaultClientObserver
|
| : public ShellIntegration::DefaultWebClientObserver {
|
|
|