Update package names to work with the proto3 compiler am: 7bcf8af9df
am: 7756aa6aaf  -s ours

Change-Id: Iba0910764c7259a5f1cb4d7b776c0e4ab7dc44cf
diff --git a/proto/polo.proto b/proto/polo.proto
index fbe95e9..3d8ef75 100644
--- a/proto/polo.proto
+++ b/proto/polo.proto
@@ -2,6 +2,9 @@
 
 package polo.wire.protobuf;
 
+//removing deprecated option.
+//refer go/namespacing-nano for additional details.
+//option javanano_use_deprecated_package = true;
 option java_outer_classname = "PoloProto";
 option java_package = "com.google.polo.wire.protobuf";
 option optimize_for = LITE_RUNTIME;