// Copyright 2012 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_PUBLIC_BROWSER_GLOBAL_REQUEST_ID_H_ #define CONTENT_PUBLIC_BROWSER_GLOBAL_REQUEST_ID_H_ #include <compare> #include "base/numerics/safe_conversions.h" #include "content/common/content_export.h" #include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h" namespace content { // Uniquely identifies a net::URLRequest. struct CONTENT_EXPORT GlobalRequestID { … }; } // namespace content #endif // CONTENT_PUBLIC_BROWSER_GLOBAL_REQUEST_ID_H_