blob: 8a4d7b45f4b2c933c9c461ca715e5ccafbeb5f70 [file] [log] [blame]
// Copyright 2020 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 <gtest/gtest.h>
namespace diagnostics {
class CrosHealthdMojoAdapterImplTest : public testing::Test {
protected:
CrosHealthdMojoAdapterImplTest() = default;
CrosHealthdMojoAdapterImplTest(const CrosHealthdMojoAdapterImplTest&) =
delete;
CrosHealthdMojoAdapterImplTest& operator=(
const CrosHealthdMojoAdapterImplTest&) = delete;
};
} // namespace diagnostics