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

Unified Diff: webrtc/tools/py_event_log_analyzer/pb_parse.py

Issue 2727913004: Fixed tools/py_event_log_analyzer/pb_parse.py (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/py_event_log_analyzer/pb_parse.py
diff --git a/webrtc/tools/py_event_log_analyzer/pb_parse.py b/webrtc/tools/py_event_log_analyzer/pb_parse.py
index bd2f2b4314a5411a2be7762b6757d5fe205f9a77..dcb736b01d843222edbba3325fa723cab3bcf252 100644
--- a/webrtc/tools/py_event_log_analyzer/pb_parse.py
+++ b/webrtc/tools/py_event_log_analyzer/pb_parse.py
@@ -10,7 +10,7 @@
from __future__ import division
import struct
-import pyproto.webrtc.call.rtc_event_log_pb2 as rtc_pb
+import pyproto.webrtc.logging.rtc_event_log.rtc_event_log_pb2 as rtc_pb
class DataPoint(object):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698