blob: 0cfcbb35ba3065dde6e0b0655f0f773048655c99 [file] [log] [blame]
// Copyright (c) 2013 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 QUIPPER_PROTO_H_
#define QUIPPER_PROTO_H_
#include <google/protobuf/text_format.h>
#include "perf_data.pb.h"
namespace quipper {
using ::google::protobuf::RepeatedPtrField;
using ::google::protobuf::TextFormat;
} // namespace quipper
#endif // QUIPPER_PROTO_H_