blob: f72cfa702af57f394fee6bb085084407c881f8ae [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/event_storage.h"
namespace metrics::structured {
bool EventStorage::IsReady() {
return true;
}
} // namespace metrics::structured