// Copyright 2024 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/dwa/dwa_pref_names.h"

namespace metrics::dwa::prefs {

const char kUnsentLogStoreName[] = "dwa.persistent_logs";

const char kDwaClientId[] = "dwa.client_id";

const char kDwaClientIdLastUpdated[] = "dwa.client_id_last_updated";

}  // namespace metrics::dwa::prefs
