// 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. #ifndef REMOTING_SIGNALING_FTL_DEVICE_ID_PROVIDER_H_ #define REMOTING_SIGNALING_FTL_DEVICE_ID_PROVIDER_H_ #include "remoting/proto/ftl/v1/ftl_messages.pb.h" namespace remoting { // Class that provides device ID to be used to sign in for FTL. class FtlDeviceIdProvider { … }; } // namespace remoting #endif // REMOTING_SIGNALING_FTL_DEVICE_ID_PROVIDER_H_