// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/web_applications/proto/proto_helpers.h" #include <ostream> #include "chrome/browser/web_applications/proto/web_app_install_state.pb.h" namespace web_app::proto { std::ostream& operator<<(std::ostream& os, const proto::InstallState& state) { … } } // namespace web_app::proto