Partially fix compilation of media_unittests with Xcode 7 (OS X 10.11 SDK).
[chromium-blink-merge.git] / dbus / test_proto.proto
blob1ec128bf609a78a8d56f66318dcb650d56dd8773
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 syntax = "proto2";
7 option optimize_for = LITE_RUNTIME;
9 // This is a simple dummy protocol buffer that is used for testing handling of
10 // protocol buffers in MessageReader and MessageWriter.
12 message TestProto {
13     optional string text = 1;
14     optional int32 number = 2;