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

Unified Diff: media/base/media_log_event.h

Issue 1534273002: Switch to standard integer types in media/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more Created 5 years 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/base/media_log_event.h
diff --git a/media/base/media_log_event.h b/media/base/media_log_event.h
index 66aa5f7826d1dcfcf7c25219c248a0632a4059d1..44aab67a385367979094f490dd64a6939bb2cfb3 100644
--- a/media/base/media_log_event.h
+++ b/media/base/media_log_event.h
@@ -95,7 +95,7 @@ struct MediaLogEvent {
TYPE_LAST = PROPERTY_CHANGE
};
- int32 id;
+ int32_t id;
Type type;
base::DictionaryValue params;
base::TimeTicks time;
« no previous file with comments | « media/base/media_log.cc ('k') | media/base/mime_util.cc » ('j') | media/cdm/stub/stub_cdm.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698