blob: 7a6279a2876d182019745541b3c8a5fd86544f15 [file] [log] [blame]
// Copyright 2020 The Chromium 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 = "proto2";
package cryptohome;
message Timestamp {
required int64 timestamp = 1;
}