#ifndef CONTENT_PUBLIC_BROWSER_TRACING_CONTROLLER_H_
#define CONTENT_PUBLIC_BROWSER_TRACING_CONTROLLER_H_
#include <stddef.h>
#include <memory>
#include <set>
#include <string>
#include "base/functional/callback.h"
#include "base/memory/ref_counted.h"
#include "base/task/task_traits.h"
#include "content/common/content_export.h"
#include "content/public/browser/tracing_delegate.h"
namespace base {
namespace trace_event {
class TraceConfig;
}
class FilePath;
}
namespace content {
class TracingController;
class TracingController { … };
}
#endif