// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/keep_alive_registry/keep_alive_types.h" #include "base/logging.h" #include "base/notreached.h" std::ostream& operator<<(std::ostream& out, const KeepAliveOrigin& origin) { … } std::ostream& operator<<(std::ostream& out, const KeepAliveRestartOption& restart) { … }