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 1135881e6f4a655b7565d9a65460dd0be479dce6..e483c3212b2753aec62d3025c5d1d3395557e2f9 100644 |
--- a/ios/web/webui/url_data_manager_ios_backend.h |
+++ b/ios/web/webui/url_data_manager_ios_backend.h |
@@ -6,12 +6,12 @@ |
#define IOS_INTERNAL_WEB_WEBUI_URL_DATA_MANAGER_BACKEND_IOS_H_ |
#include <map> |
+#include <memory> |
#include <string> |
#include <vector> |
#include "base/compiler_specific.h" |
#include "base/macros.h" |
-#include "base/memory/scoped_ptr.h" |
#include "base/supports_user_data.h" |
#include "ios/web/public/url_data_source_ios.h" |
#include "ios/web/webui/url_data_manager_ios.h" |
@@ -40,7 +40,7 @@ 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 scoped_ptr<net::URLRequestJobFactory::ProtocolHandler> |
+ static std::unique_ptr<net::URLRequestJobFactory::ProtocolHandler> |
CreateProtocolHandler(BrowserState* browser_state); |
// Adds a DataSource to the collection of data sources. |