chromium/chromecast/crash/fuchsia/constants.h

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROMECAST_CRASH_FUCHSIA_CONSTANTS_H_
#define CHROMECAST_CRASH_FUCHSIA_CONSTANTS_H_

namespace chromecast {
namespace crash {

// Namespace used when uploading annotations to the feedback service
// from Cast components.
extern const char kCastNamespace[];

}  // namespace crash
}  // namespace chromecast

#endif  // CHROMECAST_CRASH_FUCHSIA_CONSTANTS_H_