// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_TRACING_PUBLIC_CPP_PERFETTO_MACROS_H_ #define SERVICES_TRACING_PUBLIC_CPP_PERFETTO_MACROS_H_ // TODO(eseckler): Replace this header with the version from base. #include "base/trace_event/typed_macros.h" #endif // SERVICES_TRACING_PUBLIC_CPP_PERFETTO_MACROS_H_