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

Unified Diff: webrtc/base/taskrunner.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/task.h ('k') | webrtc/base/timedelta.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/taskrunner.h
diff --git a/webrtc/base/taskrunner.h b/webrtc/base/taskrunner.h
index bd7b4ea858b485aa6824d4a2fc45570245351564..e0cf17513a6fd0d4376a235d6d93c0943e61100f 100644
--- a/webrtc/base/taskrunner.h
+++ b/webrtc/base/taskrunner.h
@@ -11,10 +11,9 @@
#ifndef WEBRTC_BASE_TASKRUNNER_H__
#define WEBRTC_BASE_TASKRUNNER_H__
-#include <stdint.h>
-
#include <vector>
+#include "webrtc/base/basictypes.h"
#include "webrtc/base/sigslot.h"
#include "webrtc/base/taskparent.h"
« no previous file with comments | « webrtc/base/task.h ('k') | webrtc/base/timedelta.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698