chromium/components/device_signals/core/browser/user_context.cc

// 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 "components/device_signals/core/browser/user_context.h"

namespace device_signals {

bool operator==(const UserContext& l, const UserContext& r) {}

}  // namespace device_signals