// 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/test/test_device_id_provider.h" #include <utility> #include "base/logging.h" #include "base/uuid.h" #include "build/build_config.h" namespace remoting { namespace test { TestDeviceIdProvider::TestDeviceIdProvider(TokenStorage* token_storage) : … { … } TestDeviceIdProvider::~TestDeviceIdProvider() = default; ftl::DeviceId TestDeviceIdProvider::GetDeviceId() { … } } // namespace test } // namespace remoting