blob: f4695bf56c89c1ca2e67ac3dda707845d912e9e1 [file] [log] [blame]
// Copyright 2020 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_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_