| Index: third_party/WebKit/Source/platform/inspector_protocol/Backend_h.template
|
| diff --git a/third_party/WebKit/Source/platform/inspector_protocol/Backend_h.template b/third_party/WebKit/Source/platform/inspector_protocol/Backend_h.template
|
| index 2ab74d485229f4468f9a9a1a6fcb9953e0a20672..4d6ac711f6dfaca489d57fb9a29cd3b848144292 100644
|
| --- a/third_party/WebKit/Source/platform/inspector_protocol/Backend_h.template
|
| +++ b/third_party/WebKit/Source/platform/inspector_protocol/Backend_h.template
|
| @@ -53,7 +53,7 @@ public:
|
| {%- endif -%}
|
| {%- endfor -%}
|
| {%- if "async" in command -%}
|
| - , PassOwnPtr<{{command.name | to_title_case}}Callback> callback
|
| + , std::unique_ptr<{{command.name | to_title_case}}Callback> callback
|
| {%- else -%}
|
| {%- for parameter in command.returns -%}
|
| {%- if "optional" in parameter -%}
|
|
|