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

Unified Diff: webrtc/base/ratelimiter.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. 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 | « webrtc/api/mediastreaminterface.h ('k') | webrtc/base/scopedptrcollection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/ratelimiter.h
diff --git a/webrtc/base/ratelimiter.h b/webrtc/base/ratelimiter.h
index cf5d6b05b5227f46e42128d54880506b7f58b86e..1423e991bc309d6fed65651fac408e889af6760c 100644
--- a/webrtc/base/ratelimiter.h
+++ b/webrtc/base/ratelimiter.h
@@ -11,8 +11,7 @@
#ifndef WEBRTC_BASE_RATELIMITER_H_
#define WEBRTC_BASE_RATELIMITER_H_
-#include <stdlib.h>
-#include "webrtc/base/basictypes.h"
+#include <stddef.h>
namespace rtc {
« no previous file with comments | « webrtc/api/mediastreaminterface.h ('k') | webrtc/base/scopedptrcollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698