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

Unified Diff: util/win/ntstatus_logging.h

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/module_version.cc ('k') | util/win/process_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/win/ntstatus_logging.h
diff --git a/util/win/ntstatus_logging.h b/util/win/ntstatus_logging.h
index 0dc24601df2f98d4eac8e7719b00abe21eec8a86..7eececc95bf7e5a219f3d9515a75a161f21f8a39 100644
--- a/util/win/ntstatus_logging.h
+++ b/util/win/ntstatus_logging.h
@@ -17,8 +17,8 @@
#include <windows.h>
-#include "base/basictypes.h"
#include "base/logging.h"
+#include "base/macros.h"
namespace logging {
« no previous file with comments | « util/win/module_version.cc ('k') | util/win/process_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698