| Index: components/devtools_http_handler/devtools_http_handler.h
|
| diff --git a/components/devtools_http_handler/devtools_http_handler.h b/components/devtools_http_handler/devtools_http_handler.h
|
| index 559fc442a232ecd89e0f75df6684b73e5f2abb04..0faa8580bd81c312fbf493bf4dde98ac8ee8a006 100644
|
| --- a/components/devtools_http_handler/devtools_http_handler.h
|
| +++ b/components/devtools_http_handler/devtools_http_handler.h
|
| @@ -123,7 +123,7 @@ class DevToolsHttpHandler {
|
| std::string GetFrontendURLInternal(const std::string& target_id,
|
| const std::string& host);
|
|
|
| - base::DictionaryValue* SerializeDescriptor(
|
| + std::unique_ptr<base::DictionaryValue> SerializeDescriptor(
|
| scoped_refptr<content::DevToolsAgentHost> agent_host,
|
| const std::string& host);
|
|
|
|
|