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

Unified Diff: media/cast/logging/logging_internal.h

Issue 69603002: Incorporating logging into Cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean up Created 7 years, 1 month 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: media/cast/logging/logging_internal.h
diff --git a/media/cast/logging/logging_internal.h b/media/cast/logging/logging_internal.h
index 0f787600afb96e19549e2c027cd204712e636e66..183e1df8bc74a088f61bf5b889e8ea7664a1a60f 100644
--- a/media/cast/logging/logging_internal.h
+++ b/media/cast/logging/logging_internal.h
@@ -27,7 +27,7 @@ struct FrameEvent {
struct PacketEvent {
uint8 frame_id;
int max_packet_id;
- int size;
+ size_t size;
base::TimeTicks timestamp;
};

Powered by Google App Engine
This is Rietveld 408576698