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

Unified Diff: third_party/protobuf26/internal/wire_format.py

Issue 1162993005: Renamed google.protobuf to protobuf26 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Addressed comments Created 5 years, 7 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
« no previous file with comments | « third_party/protobuf26/internal/type_checkers.py ('k') | third_party/protobuf26/message.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf26/internal/wire_format.py
diff --git a/third_party/google/protobuf/internal/wire_format.py b/third_party/protobuf26/internal/wire_format.py
similarity index 99%
rename from third_party/google/protobuf/internal/wire_format.py
rename to third_party/protobuf26/internal/wire_format.py
index c941fe1a5e3d2dd9405ca4a019c20ad08b84e91e..29961fd89ab5866470526d09ac492a74e4cf5524 100644
--- a/third_party/google/protobuf/internal/wire_format.py
+++ b/third_party/protobuf26/internal/wire_format.py
@@ -33,8 +33,8 @@
__author__ = 'robinson@google.com (Will Robinson)'
import struct
-from google.protobuf import descriptor
-from google.protobuf import message
+from protobuf26 import descriptor
+from protobuf26 import message
TAG_TYPE_BITS = 3 # Number of bits used to hold type info in a proto tag.
« no previous file with comments | « third_party/protobuf26/internal/type_checkers.py ('k') | third_party/protobuf26/message.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698