blob: 07e37d3b6cda2b6be6f2262b80619e6de11e7a45 [file] [log] [blame]
// Copyright 2019 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.
#ifndef DIAGNOSTICS_CONSTANTS_GRPC_CONSTANTS_H_
#define DIAGNOSTICS_CONSTANTS_GRPC_CONSTANTS_H_
namespace diagnostics {
extern const char kDiagnosticsdGrpcUri[];
extern const char kDiagnosticsProcessorGrpcUri[];
extern const char kUiMessageReceiverDiagnosticsProcessorGrpcUri[];
} // namespace diagnostics
#endif // DIAGNOSTICS_CONSTANTS_GRPC_CONSTANTS_H_