// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "remoting/signaling/ftl_client_uuid_device_id_provider.h" #include "base/uuid.h" namespace remoting { FtlClientUuidDeviceIdProvider::FtlClientUuidDeviceIdProvider() : … { … } FtlClientUuidDeviceIdProvider::~FtlClientUuidDeviceIdProvider() = default; ftl::DeviceId FtlClientUuidDeviceIdProvider::GetDeviceId() { … } } // namespace remoting