| Index: chrome/test/base/testing_profile.h
 | 
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
 | 
| index 9d734efd96590d06c5f9488580f8851730d1998e..fb004a403ad2d226459bd2824ad60ad8e2a0718b 100644
 | 
| --- a/chrome/test/base/testing_profile.h
 | 
| +++ b/chrome/test/base/testing_profile.h
 | 
| @@ -278,7 +278,7 @@ class TestingProfile : public Profile {
 | 
|  
 | 
|    // The ProtocolHandlerRegistry. Only created if CreateProtocolHandlerRegistry
 | 
|    // is invoked.
 | 
| -  scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_;
 | 
| +  ProtocolHandlerRegistry* protocol_handler_registry_;
 | 
|  
 | 
|    // The AutocompleteClassifier.  Only created if CreateAutocompleteClassifier
 | 
|    // is invoked.
 | 
| 
 |