chromium/chromecast/crash/fuchsia/constants.cc

// 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.

#include "chromecast/crash/fuchsia/constants.h"

namespace chromecast {
namespace crash {

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

}  // namespace crash
}  // namespace chromecast