// 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 BASE_TRACE_EVENT_LOG_MESSAGE_H_ #define BASE_TRACE_EVENT_LOG_MESSAGE_H_ #include <stddef.h> #include <string> #include <string_view> #include "base/base_export.h" #include "base/trace_event/trace_event_impl.h" namespace base { namespace trace_event { class BASE_EXPORT LogMessage : public ConvertableToTraceFormat { … }; } // namespace trace_event } // namespace base #endif // BASE_TRACE_EVENT_LOG_MESSAGE_H_