Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Unified Diff: chromeos/components/tether/proto/tether.proto

Issue 2700873002: [CrOS Tether] Create MessageWrapper, a wrapper class for proto messages sent for tethering. This cl… (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/components/tether/proto/tether.proto
diff --git a/chromeos/components/tether/proto/tether.proto b/chromeos/components/tether/proto/tether.proto
index 87aa63b282c610667cf02286c7ad03f24d822423..3910d190b759d6945a0bdd0abf398d79712755a7 100644
--- a/chromeos/components/tether/proto/tether.proto
+++ b/chromeos/components/tether/proto/tether.proto
@@ -6,7 +6,7 @@
syntax = "proto2";
-package tether;
+package chromeos.tether;
option optimize_for = LITE_RUNTIME;

Powered by Google App Engine
This is Rietveld 408576698