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

Unified Diff: base/win/win_util.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/startup_information_unittest.cc ('k') | base/win/win_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/win_util.h
diff --git a/base/win/win_util.h b/base/win/win_util.h
index c1249d9126d53ef90dff45574c478cfbfe03a25f..78a06085cb263d8ff73e5fb159b326b15a22da58 100644
--- a/base/win/win_util.h
+++ b/base/win/win_util.h
@@ -23,6 +23,7 @@
#define BASE_WIN_WIN_UTIL_H_
#include <windows.h>
+#include <stdint.h>
#include <string>
« no previous file with comments | « base/win/startup_information_unittest.cc ('k') | base/win/win_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698