// Copyright 2017 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_TRACE_CONFIG_CATEGORY_FILTER_H_ #define BASE_TRACE_EVENT_TRACE_CONFIG_CATEGORY_FILTER_H_ #include <string> #include <string_view> #include <vector> #include "base/base_export.h" #include "base/values.h" namespace base::trace_event { // Configuration of categories enabled and disabled in TraceConfig. class BASE_EXPORT TraceConfigCategoryFilter { … }; } // namespace base::trace_event #endif // BASE_TRACE_EVENT_TRACE_CONFIG_CATEGORY_FILTER_H_