chromium/chrome/browser/ash/secure_channel/fake_nearby_endpoint_finder.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/ash/secure_channel/fake_nearby_endpoint_finder.h"

namespace ash {
namespace secure_channel {

FakeNearbyEndpointFinder::FakeNearbyEndpointFinder() = default;

FakeNearbyEndpointFinder::~FakeNearbyEndpointFinder() = default;

}  // namespace secure_channel
}  // namespace ash