// 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_PERFETTO_PRIVACY_FILTERING_CHECK_H_ #define SERVICES_TRACING_PERFETTO_PRIVACY_FILTERING_CHECK_H_ #include <string> namespace tracing { class PrivacyFilteringCheck { … }; } // namespace tracing #endif // SERVICES_TRACING_PERFETTO_PRIVACY_FILTERING_CHECK_H_