Commit c733bafe authored by Gabriel Charette's avatar Gabriel Charette Committed by Commit Bot

Fix drive-by presubmit warnings

Presubmit warnings found as part of touching many files in
https://chromium-review.googlesource.com/c/chromium/src/+/1756247

R=hansberry@chromium.org, msw@chromium.org

Bug: 992483
Change-Id: I76ceb6ded41b61a27ea0fd0b0cd7d7ee7d66596f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757507
Auto-Submit: Gabriel Charette <gab@chromium.org>
Reviewed-by: default avatarRyan Hansberry <hansberry@chromium.org>
Reviewed-by: default avatarMichael Wasserman <msw@chromium.org>
Commit-Queue: Gabriel Charette <gab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#688207}
parent 12c2441e
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
class MockWebContentsCloseHandlerDelegate class MockWebContentsCloseHandlerDelegate
: public WebContentsCloseHandlerDelegate { : public WebContentsCloseHandlerDelegate {
public: public:
explicit MockWebContentsCloseHandlerDelegate() MockWebContentsCloseHandlerDelegate()
: task_environment_(base::test::TaskEnvironment::MainThreadType::UI), : task_environment_(base::test::TaskEnvironment::MainThreadType::UI),
got_clone_(false), got_clone_(false),
got_destroy_(false) {} got_destroy_(false) {}
......
...@@ -28,7 +28,8 @@ namespace { ...@@ -28,7 +28,8 @@ namespace {
class FakeMultiplexedChannelFactory : public MultiplexedChannelImpl::Factory { class FakeMultiplexedChannelFactory : public MultiplexedChannelImpl::Factory {
public: public:
FakeMultiplexedChannelFactory(MultiplexedChannel::Delegate* expected_delegate) explicit FakeMultiplexedChannelFactory(
MultiplexedChannel::Delegate* expected_delegate)
: expected_delegate_(expected_delegate) {} : expected_delegate_(expected_delegate) {}
~FakeMultiplexedChannelFactory() override = default; ~FakeMultiplexedChannelFactory() override = default;
......
...@@ -40,7 +40,7 @@ const char kTestLocalDeviceId[] = "testLocalDeviceId"; ...@@ -40,7 +40,7 @@ const char kTestLocalDeviceId[] = "testLocalDeviceId";
class TestConnectionAttempt class TestConnectionAttempt
: public ConnectionAttemptBase<BleInitiatorFailureType> { : public ConnectionAttemptBase<BleInitiatorFailureType> {
public: public:
TestConnectionAttempt(FakeConnectionAttemptDelegate* delegate) explicit TestConnectionAttempt(FakeConnectionAttemptDelegate* delegate)
: ConnectionAttemptBase<BleInitiatorFailureType>( : ConnectionAttemptBase<BleInitiatorFailureType>(
delegate, delegate,
ConnectionAttemptDetails(kTestRemoteDeviceId, ConnectionAttemptDetails(kTestRemoteDeviceId,
......
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