Chromium Code Reviews| Index: chromecast/media/cma/backend/alsa/cast_audio_json.h |
| diff --git a/chromecast/media/cma/backend/alsa/cast_audio_json.h b/chromecast/media/cma/backend/alsa/cast_audio_json.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c149c911861b15a0542550eebda9c288d815d358 |
| --- /dev/null |
| +++ b/chromecast/media/cma/backend/alsa/cast_audio_json.h |
| @@ -0,0 +1,18 @@ |
| +// Copyright 2017 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_MEDIA_CMA_BACKEND_ALSA_CAST_AUDIO_JSON_H_ |
| +#define CHROMECAST_MEDIA_CMA_BACKEND_ALSA_CAST_AUDIO_JSON_H_ |
| + |
| +#include <string> |
|
kmackay
2017/07/06 22:16:28
<string> unused
bshaya
2017/07/06 22:38:10
Done.
|
| + |
| +namespace chromecast { |
| +namespace media { |
| + |
| +extern const char kCastAudioJsonFilePath[]; |
| + |
| +} // namespace media |
| +} // namespace chromecast |
| + |
| +#endif // CHROMECAST_MEDIA_CMA_BACKEND_ALSA_CAST_AUDIO_JSON_H_ |