// 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_SERVICES_CONTEXT_H_ #define REMOTING_SIGNALING_FTL_SERVICES_CONTEXT_H_ #include <string> #include "base/time/time.h" #include "net/base/backoff_entry.h" #include "remoting/proto/ftl/v1/ftl_messages.pb.h" namespace remoting { // This is the class for creating context objects to be used when connecting // to FTL backend. class FtlServicesContext final { … }; } // namespace remoting #endif // REMOTING_SIGNALING_FTL_SERVICES_CONTEXT_H_