| Index: ios/web/webui/url_data_manager_ios_backend.h
|
| diff --git a/ios/web/webui/url_data_manager_ios_backend.h b/ios/web/webui/url_data_manager_ios_backend.h
|
| index d5052380c1875a1749b7d2893b21b1f163ad9a17..1ad5c844572f3076dc394deb2ecda8b165936b13 100644
|
| --- a/ios/web/webui/url_data_manager_ios_backend.h
|
| +++ b/ios/web/webui/url_data_manager_ios_backend.h
|
| @@ -39,8 +39,8 @@ class URLDataManagerIOSBackend : public base::SupportsUserData::Data {
|
|
|
| // Invoked to create the protocol handler for chrome://. |is_incognito| should
|
| // be set for incognito browser states. Called on the UI thread.
|
| - static net::URLRequestJobFactory::ProtocolHandler* CreateProtocolHandler(
|
| - BrowserState* browser_state);
|
| + static scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>
|
| + CreateProtocolHandler(BrowserState* browser_state);
|
|
|
| // Adds a DataSource to the collection of data sources.
|
| void AddDataSource(URLDataSourceIOSImpl* source);
|
|
|