chromium/chrome/browser/web_applications/scope_extension_info.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <tuple>

#include "chrome/browser/web_applications/scope_extension_info.h"

namespace web_app {

base::Value ScopeExtensionInfo::AsDebugValue() const {}

void ScopeExtensionInfo::Reset() {}

bool operator==(const ScopeExtensionInfo& scope_extension1,
                const ScopeExtensionInfo& scope_extension2) {}

bool operator!=(const ScopeExtensionInfo& scope_extension1,
                const ScopeExtensionInfo& scope_extension2) {}

bool operator<(const ScopeExtensionInfo& scope_extension1,
               const ScopeExtensionInfo& scope_extension2) {}

}  // namespace web_app