blob: bf0ff3c46bc3a3dcb661937e4a8070577a13d287 [file] [log] [blame]
// 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";
}