blob: 221bb220bbc30b4244e1787ca82e9c139bf11411 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROMECAST_COMMON_USER_AGENT_H_
#define CHROMECAST_COMMON_USER_AGENT_H_
#include <string>
namespace chromecast {
std::string GetUserAgent();
} // namespace chromecast
#endif // CHROMECAST_COMMON_USER_AGENT_H_