// Copyright 2023 The Chromium Authors | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#include "components/metrics/structured/structured_metrics_prefs.h" | |
namespace metrics::structured::prefs { | |
const char kLogStoreName[] = "sm.persistent_logs"; | |
const char kDeviceKeyDataPrefName[] = "sm.device_key_data"; | |
} |