summaryrefslogtreecommitdiffstats
path: root/chromium/net/base/tracing.h
blob: 31c90ac1b99af5af43de8481e03acd90826fbe6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef NET_BASE_TRACING_H_
#define NET_BASE_TRACING_H_

#include "build/build_config.h"
#include "net/base/cronet_buildflags.h"

#if BUILDFLAG(CRONET_BUILD) && !BUILDFLAG(IS_APPLE)
#include "net/base/trace_event_stub.h"  // IWYU pragma: export
#endif  // BUILDFLAG(CRONET_BUILD) && !BUILDFLAG(IS_APPLE)

#include "base/trace_event/base_tracing.h"  // IWYU pragma: export

#endif  // NET_BASE_TRACING_H_