blob: 4986230868f3e97f75fa4fbd2566181e249636d7 [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.
syntax = "proto3";
package client;
message ClientId {
string id = 1;
}