| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index 6881c225d4b07596013457c40d031c35e88d97bf..0f01da58eeab0d88f99fe169e61b51782cea9b2c 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -143,7 +143,7 @@ class ProtocolHandlerRegistryInterceptor
|
| }
|
|
|
| private:
|
| - const scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_;
|
| + const ProtocolHandlerRegistry* protocol_handler_registry_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ProtocolHandlerRegistryInterceptor);
|
| };
|
|
|