// 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/ash/login/enrollment/mock_oauth2_token_revoker.h"

namespace ash {

MockOAuth2TokenRevoker::MockOAuth2TokenRevoker() = default;
MockOAuth2TokenRevoker::~MockOAuth2TokenRevoker() = default;
}  // namespace ash
