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

Unified Diff: util/win/scoped_process_suspend.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/process_info_test.cc ('k') | util/win/time.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/win/scoped_process_suspend.h
diff --git a/util/win/scoped_process_suspend.h b/util/win/scoped_process_suspend.h
index dad2e29f2d02f7dd57a7962646a35e1e0c3eb2f4..e5adea9c7049e1329412f75ac9912bd60df93cdf 100644
--- a/util/win/scoped_process_suspend.h
+++ b/util/win/scoped_process_suspend.h
@@ -17,7 +17,7 @@
#include <windows.h>
-#include "base/basictypes.h"
+#include "base/macros.h"
namespace crashpad {
« no previous file with comments | « util/win/process_info_test.cc ('k') | util/win/time.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698