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

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

Powered by Google App Engine
This is Rietveld 408576698