| Index: chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
 | 
| diff --git a/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc b/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
 | 
| index 7aeb4bc6296930b7a0e3c8fe30475b94bb06bf72..d55adf5445b08eb887c0ba61d79b376668b2a93b 100644
 | 
| --- a/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
 | 
| +++ b/chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
 | 
| @@ -90,16 +90,7 @@ class TestProfileIOData : public ProfileIOData {
 | 
|    // ProfileIOData overrides:
 | 
|    virtual void InitializeInternal(
 | 
|        ProfileParams* profile_params,
 | 
| -      scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
 | 
| -          blob_protocol_handler,
 | 
| -      scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
 | 
| -          file_system_protocol_handler,
 | 
| -      scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
 | 
| -          developer_protocol_handler,
 | 
| -      scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
 | 
| -          chrome_protocol_handler,
 | 
| -      scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
 | 
| -          chrome_devtools_protocol_handler) const OVERRIDE {
 | 
| +      content::ProtocolHandlerMap* protocol_handlers) const OVERRIDE {
 | 
|      NOTREACHED();
 | 
|    }
 | 
|    virtual void InitializeExtensionsRequestContext(
 | 
| @@ -111,16 +102,7 @@ class TestProfileIOData : public ProfileIOData {
 | 
|        const StoragePartitionDescriptor& details,
 | 
|        scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
 | 
|            protocol_handler_interceptor,
 | 
| -      scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
 | 
| -          blob_protocol_handler,
 | 
| -      scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
 | 
| -          file_system_protocol_handler,
 | 
| -      scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
 | 
| -          developer_protocol_handler,
 | 
| -      scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
 | 
| -          chrome_protocol_handler,
 | 
| -      scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
 | 
| -          chrome_devtools_protocol_handler) const OVERRIDE {
 | 
| +      content::ProtocolHandlerMap* protocol_handlers) const OVERRIDE {
 | 
|      NOTREACHED();
 | 
|      return NULL;
 | 
|    }
 | 
| @@ -141,16 +123,7 @@ class TestProfileIOData : public ProfileIOData {
 | 
|            const StoragePartitionDescriptor& partition_descriptor,
 | 
|            scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>
 | 
|                protocol_handler_interceptor,
 | 
| -          scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
 | 
| -              blob_protocol_handler,
 | 
| -          scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
 | 
| -              file_system_protocol_handler,
 | 
| -          scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
 | 
| -              developer_protocol_handler,
 | 
| -          scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
 | 
| -              chrome_protocol_handler,
 | 
| -          scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
 | 
| -              chrome_devtools_protocol_handler) const OVERRIDE {
 | 
| +          content::ProtocolHandlerMap* protocol_handlers) const OVERRIDE {
 | 
|      NOTREACHED();
 | 
|      return NULL;
 | 
|    }
 | 
| 
 |