blob: cc9dcd021017585690dbc2a2678ef9ba700942f1 [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 "diagnostics/grpc_async_adapter/rpc_state.h"
namespace diagnostics {
namespace internal {
RpcStateBase::RpcStateBase() = default;
RpcStateBase::~RpcStateBase() = default;
} // namespace internal
} // namespace diagnostics