summaryrefslogtreecommitdiffstats
path: root/src/core/net/webui_controller_factory_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/net/webui_controller_factory_qt.h')
-rw-r--r--src/core/net/webui_controller_factory_qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/net/webui_controller_factory_qt.h b/src/core/net/webui_controller_factory_qt.h
index 440dd5a13..4038e6538 100644
--- a/src/core/net/webui_controller_factory_qt.h
+++ b/src/core/net/webui_controller_factory_qt.h
@@ -60,7 +60,7 @@ public:
content::WebUI::TypeID GetWebUIType(content::BrowserContext *browserContext, const GURL &url) const override;
bool UseWebUIForURL(content::BrowserContext *browserContext, const GURL &url) const override;
bool UseWebUIBindingsForURL(content::BrowserContext *browserContext, const GURL &url) const override;
- content::WebUIController *CreateWebUIControllerForURL(content::WebUI *webUi, const GURL &url) const override;
+ std::unique_ptr<content::WebUIController> CreateWebUIControllerForURL(content::WebUI *webUi, const GURL &url) const override;
static WebUIControllerFactoryQt *GetInstance();