chromium/chromecast/cast_core/grpc/status_matchers.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chromecast/cast_core/grpc/status_matchers.h"

namespace cast {
namespace test {
namespace internal {

StatusResolver::~StatusResolver() = default;

StatusIsPolymorphicWrapper::StatusIsPolymorphicWrapper(
    const StatusIsPolymorphicWrapper&) = default;

StatusIsPolymorphicWrapper::~StatusIsPolymorphicWrapper() = default;

}  // namespace internal
}  // namespace test
}  // namespace cast