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

Unified Diff: webrtc/base/timedelta.h

Issue 2609783002: Reland of place basictypes.h with stdint.h for int_t types. (Closed)
Patch Set: add basictypes.h to systeminfo.cc Created 3 years, 12 months 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/taskrunner.h ('k') | webrtc/base/timestampaligner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/timedelta.h
diff --git a/webrtc/base/timedelta.h b/webrtc/base/timedelta.h
index fe8e6aae2af95a7d94466e96d2beaea2305aa85e..71c7f9fc65cb96b49b8bfd6f36e7706c8de6deec 100644
--- a/webrtc/base/timedelta.h
+++ b/webrtc/base/timedelta.h
@@ -11,7 +11,8 @@
#ifndef WEBRTC_BASE_TIMEDELTA_H_
#define WEBRTC_BASE_TIMEDELTA_H_
-#include "webrtc/base/basictypes.h"
+#include <stdint.h>
+
#include "webrtc/base/timeutils.h"
// Convenience class to convert between different units of relative time.
« no previous file with comments | « webrtc/base/taskrunner.h ('k') | webrtc/base/timestampaligner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698