// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/log/net_log_event_type.h" #include "base/notreached.h" namespace net { const char* NetLogEventTypeToString(NetLogEventType type) { … } std::ostream& operator<<(std::ostream& os, NetLogEventType type) { … } } // namespace net