chromium/chrome/browser/ash/printing/oauth2/mock_authorization_zones_manager.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 "chrome/browser/ash/printing/oauth2/mock_authorization_zones_manager.h"

namespace ash::printing::oauth2 {

MockAuthorizationZoneManager::MockAuthorizationZoneManager() = default;

MockAuthorizationZoneManager::~MockAuthorizationZoneManager() = default;

}  // namespace ash::printing::oauth2