blob: 9f48f68966ff75ef0e01784546b2ed97cfbaf6af [file] [log] [blame]
// Copyright 2018 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 "brillo/grpc/rpc_state.h"
namespace brillo {
namespace internal {
RpcStateBase::RpcStateBase() = default;
RpcStateBase::~RpcStateBase() = default;
} // namespace internal
} // namespace brillo