// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_BROWSER_TRACING_FILE_TRACING_PROVIDER_IMPL_H_ #define CONTENT_BROWSER_TRACING_FILE_TRACING_PROVIDER_IMPL_H_ #include <stdint.h> #include "base/files/file_tracing.h" namespace content { class FileTracingProviderImpl : public base::FileTracing::Provider { … }; } // namespace content #endif // CONTENT_BROWSER_TRACING_FILE_TRACING_PROVIDER_IMPL_H_