1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ash / public / cpp / holding_space / mock_holding_space_controller_observer.cc [blame]
// 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 "ash/public/cpp/holding_space/mock_holding_space_controller_observer.h"
#include "ash/public/cpp/holding_space/holding_space_controller.h"
namespace ash {
MockHoldingSpaceControllerObserver::MockHoldingSpaceControllerObserver() =
default;
MockHoldingSpaceControllerObserver::~MockHoldingSpaceControllerObserver() =
default;
} // namespace ash