chromium/third_party/openscreen/src/platform/api/trace_event.h

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef PLATFORM_API_TRACE_EVENT_H_
#define PLATFORM_API_TRACE_EVENT_H_

#include <string>
#include <utility>
#include <vector>

#include "platform/api/time.h"
#include "platform/base/error.h"
#include "platform/base/trace_logging_activation.h"
#include "platform/base/trace_logging_types.h"

namespace openscreen {

// A collection of common properties of trace events.
struct TraceEvent {};

}  // namespace openscreen

#endif  // PLATFORM_API_TRACE_EVENT_H_