diff options
Diffstat (limited to 'chrome/browser/custom_handlers/protocol_handler_registry.h')
-rw-r--r-- | chrome/browser/custom_handlers/protocol_handler_registry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry.h b/chrome/browser/custom_handlers/protocol_handler_registry.h index 029801e..98d3e02d 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 { |