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: third_party/protobuf26/descriptor_pool.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/descriptor_pb2.py ('k') | third_party/protobuf26/internal/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf26/descriptor_pool.py
diff --git a/third_party/google/protobuf/descriptor_pool.py b/third_party/protobuf26/descriptor_pool.py
similarity index 99%
rename from third_party/google/protobuf/descriptor_pool.py
rename to third_party/protobuf26/descriptor_pool.py
index 372f458f551e2ffb20eecb795a80cbfc93066264..882fd9f2caef6b1390c8133dfb078b5409910d2a 100644
--- a/third_party/google/protobuf/descriptor_pool.py
+++ b/third_party/protobuf26/descriptor_pool.py
@@ -59,9 +59,9 @@ __author__ = 'matthewtoia@google.com (Matt Toia)'
import sys
-from google.protobuf import descriptor
-from google.protobuf import descriptor_database
-from google.protobuf import text_encoding
+from protobuf26 import descriptor
+from protobuf26 import descriptor_database
+from protobuf26 import text_encoding
def _NormalizeFullyQualifiedName(name):
« no previous file with comments | « third_party/protobuf26/descriptor_pb2.py ('k') | third_party/protobuf26/internal/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698