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

Unified Diff: base/win/scoped_process_information.h

Issue 1550493002: Switch to standard integer types in base/win/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « base/win/scoped_hglobal.h ('k') | base/win/scoped_propvariant.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/scoped_process_information.h
diff --git a/base/win/scoped_process_information.h b/base/win/scoped_process_information.h
index 2e240544122f13b07c53b78543a13883e8c7b0f4..01df861f0e74dad2a21c7c6bf2ac50d38e522eac 100644
--- a/base/win/scoped_process_information.h
+++ b/base/win/scoped_process_information.h
@@ -7,8 +7,8 @@
#include <windows.h>
-#include "base/basictypes.h"
#include "base/base_export.h"
+#include "base/macros.h"
#include "base/win/scoped_handle.h"
namespace base {
« no previous file with comments | « base/win/scoped_hglobal.h ('k') | base/win/scoped_propvariant.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698