Chromium Code Reviews

Unified Diff: webrtc/api/jsep.h

Issue 2605123002: Replace basictypes.h with stddef.h for size_t. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | webrtc/api/mediastreaminterface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/jsep.h
diff --git a/webrtc/api/jsep.h b/webrtc/api/jsep.h
index e11a2ade9ad92712e4784c0f4420d2d1247d04c6..37aed46b5b61257567db671afab95203583b6a8a 100644
--- a/webrtc/api/jsep.h
+++ b/webrtc/api/jsep.h
@@ -13,10 +13,11 @@
#ifndef WEBRTC_API_JSEP_H_
#define WEBRTC_API_JSEP_H_
+#include <stddef.h>
+
#include <string>
#include <vector>
-#include "webrtc/base/basictypes.h"
#include "webrtc/base/refcount.h"
namespace cricket {
« no previous file with comments | « no previous file | webrtc/api/mediastreaminterface.h » ('j') | no next file with comments »

Powered by Google App Engine