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

Unified Diff: webrtc/base/scopedptrcollection.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/base/ratelimiter.h ('k') | webrtc/base/stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/scopedptrcollection.h
diff --git a/webrtc/base/scopedptrcollection.h b/webrtc/base/scopedptrcollection.h
index cfdb6f967397ae1ad6f7a5e445c56af94433c485..a4be035695aade4fde4b97af83493eb2f2e96ed8 100644
--- a/webrtc/base/scopedptrcollection.h
+++ b/webrtc/base/scopedptrcollection.h
@@ -14,10 +14,11 @@
#ifndef WEBRTC_BASE_SCOPEDPTRCOLLECTION_H_
#define WEBRTC_BASE_SCOPEDPTRCOLLECTION_H_
+#include <stddef.h>
+
#include <algorithm>
#include <vector>
-#include "webrtc/base/basictypes.h"
#include "webrtc/base/constructormagic.h"
namespace rtc {
« no previous file with comments | « webrtc/base/ratelimiter.h ('k') | webrtc/base/stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698