chromium/remoting/base/api_key_stubs.h

// Copyright 2024 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_BASE_API_KEY_STUBS_H_
#define REMOTING_BASE_API_KEY_STUBS_H_

#include <string>

namespace remoting::internal {

extern std::string GetRemotingCorpApiKey();

}  // namespace remoting::internal

#endif  // REMOTING_BASE_API_KEY_STUBS_H_