// 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 BASE_FILES_FILE_TRACING_H_ #define BASE_FILES_FILE_TRACING_H_ #include <stdint.h> #include "base/base_export.h" #include "base/memory/raw_ptr.h" #define FILE_TRACING_PREFIX … #define SCOPED_FILE_TRACE_WITH_SIZE(name, size) … #define SCOPED_FILE_TRACE(name) … namespace base { class File; class FilePath; class BASE_EXPORT FileTracing { … }; } // namespace base #endif // BASE_FILES_FILE_TRACING_H_