blob: 4d820370689a420e55ea1246390c2460cbdc5bc1 [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 CHROMIUMOS_WIDE_PROFILING_COMPAT_PROTO_H_
#define CHROMIUMOS_WIDE_PROFILING_COMPAT_PROTO_H_
#include <google/protobuf/text_format.h>
#include "perf_data.pb.h" // NOLINT(build/include)
#include "perf_stat.pb.h" // NOLINT(build/include)
namespace quipper {
using ::google::protobuf::RepeatedPtrField;
using ::google::protobuf::TextFormat;
} // namespace quipper
#endif // CHROMIUMOS_WIDE_PROFILING_COMPAT_PROTO_H_