aboutsummaryrefslogtreecommitdiff
path: root/dbus/field_trial_list.proto
diff options
context:
space:
mode:
authorDaniel Erat <derat@chromium.org>2015-08-26 17:45:21 -0600
committerchrome-bot <chrome-bot@chromium.org>2015-08-26 20:22:01 -0700
commitc3d89bb4a8d9c8622bbdbd846085c3c96643b253 (patch)
treed581629cb1b470270ef8ff63b920e26bdc1886cd /dbus/field_trial_list.proto
parentd0aed8b1babb09dd08fa253590409e7a904400da (diff)
downloadsystem_api-c3d89bb4a8d9c8622bbdbd846085c3c96643b253.tar.gz
Add missing 'syntax = "proto2"' directives to *.proto.
Apply a patch from thakis@chromium.org to avoid warnings from the new protobuf compiler used by Chromium. BUG=chromium:525255 TEST=built it Change-Id: I33cdfb2f706db921d4db84dc2176955b1435a537 Reviewed-on: https://chromium-review.googlesource.com/295731 Commit-Ready: Dan Erat <derat@chromium.org> Tested-by: Dan Erat <derat@chromium.org> Reviewed-by: Nico Weber <thakis@chromium.org>
Diffstat (limited to 'dbus/field_trial_list.proto')
-rw-r--r--dbus/field_trial_list.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/field_trial_list.proto b/dbus/field_trial_list.proto
index c7a9051..5558308 100644
--- a/dbus/field_trial_list.proto
+++ b/dbus/field_trial_list.proto
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+syntax = "proto2";
+
option optimize_for = LITE_RUNTIME;
// This protobuf is for serializing Finch experimental field trial data to