blob: 06b5e58b6dd63abc53c7a720eafa78fcbbb46615 [file] [log] [blame]
// Copyright 2021 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "missive/util/test_support_callbacks.h"
#include <base/run_loop.h>
namespace reporting {
namespace test {
TestCallbackWaiter::TestCallbackWaiter()
: run_loop_(base::RunLoop::Type::kNestableTasksAllowed) {}
TestCallbackWaiter::~TestCallbackWaiter() = default;
} // namespace test
} // namespace reporting