Commit 37ec2edb authored by Austin Sullivan's avatar Austin Sullivan Committed by Chromium LUCI CQ

Tidy: Mark LaunchParams constructor explicit

Bug: N/A
Change-Id: I533db48d7d38b194549a9b283c5a4ce9da51ae0e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601636
Commit-Queue: Daniel Murphy <dmurph@chromium.org>
Reviewed-by: default avatarDaniel Murphy <dmurph@chromium.org>
Auto-Submit: Austin Sullivan <asully@chromium.org>
Cr-Commit-Position: refs/heads/master@{#839793}
parent 6154e20e
...@@ -18,7 +18,7 @@ class LaunchParams final : public ScriptWrappable { ...@@ -18,7 +18,7 @@ class LaunchParams final : public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO(); DEFINE_WRAPPERTYPEINFO();
public: public:
LaunchParams(HeapVector<Member<NativeFileSystemHandle>> files); explicit LaunchParams(HeapVector<Member<NativeFileSystemHandle>> files);
~LaunchParams() override; ~LaunchParams() override;
// LaunchParams IDL interface. // LaunchParams IDL interface.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment