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

Unified Diff: util/win/time.cc

Issue 1566713002: Use base/macros.h instead of base/basictypes.h (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Windows #incldue → #include Created 4 years, 11 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 | « util/win/scoped_process_suspend.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/win/time.cc
diff --git a/util/win/time.cc b/util/win/time.cc
index 1665b9c6efbb9b25746576694d84c52374c31744..4c6fba19d6f7216d1e2c552bf7556b3d5a013125 100644
--- a/util/win/time.cc
+++ b/util/win/time.cc
@@ -14,7 +14,7 @@
#include "util/win/time.h"
-#include <inttypes.h>
+#include <stdint.h>
#include "base/logging.h"
« no previous file with comments | « util/win/scoped_process_suspend.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698