// Copyright 2020 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/web_app_chromeos_data.h" #include <ios> #include <ostream> #include <tuple> namespace web_app { base::Value WebAppChromeOsData::AsDebugValue() const { … } bool operator==(const WebAppChromeOsData& chromeos_data1, const WebAppChromeOsData& chromeos_data2) { … } } // namespace web_app