// 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 "components/permissions/permission_usage_session.h" #include <tuple> namespace permissions { bool PermissionUsageSession::operator==( const PermissionUsageSession& other) const { … } bool PermissionUsageSession::operator!=( const PermissionUsageSession& other) const { … } bool PermissionUsageSession::IsValid() const { … } } // namespace permissions