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

Unified Diff: util/win/module_version.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/exception_handler_server_test.cc ('k') | util/win/ntstatus_logging.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/win/module_version.cc
diff --git a/util/win/module_version.cc b/util/win/module_version.cc
index f49df0cddabc5cfe093f08280d2f8f2e4c20cce4..62f9e4246bea481aadad9eab31c4d24911bf736f 100644
--- a/util/win/module_version.cc
+++ b/util/win/module_version.cc
@@ -15,6 +15,7 @@
#include "util/win/module_version.h"
#include <windows.h>
+#include <stdint.h>
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
« no previous file with comments | « util/win/exception_handler_server_test.cc ('k') | util/win/ntstatus_logging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698