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

Unified Diff: webrtc/base/timeutils.h

Issue 2603203003: Revert of Replace basictypes.h with stdint.h for int_t types. (Closed)
Patch Set: 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/timestampaligner.h ('k') | webrtc/base/window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/timeutils.h
diff --git a/webrtc/base/timeutils.h b/webrtc/base/timeutils.h
index be9edabf2da357e00c4a9b2027fedb3dbfafe012..f41bbb5ad0436ffbcd99e4da1b22c76f5ae35e5e 100644
--- a/webrtc/base/timeutils.h
+++ b/webrtc/base/timeutils.h
@@ -11,10 +11,10 @@
#ifndef WEBRTC_BASE_TIMEUTILS_H_
#define WEBRTC_BASE_TIMEUTILS_H_
-#include <stdint.h>
+#include <ctime>
#include <time.h>
-#include <ctime>
+#include "webrtc/base/basictypes.h"
namespace rtc {
« no previous file with comments | « webrtc/base/timestampaligner.h ('k') | webrtc/base/window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698