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

Unified Diff: base/win/resource_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/registry_unittest.cc ('k') | base/win/scoped_bstr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/resource_util.h
diff --git a/base/win/resource_util.h b/base/win/resource_util.h
index 8a8baa0f532d07584f1db02905389b1fd202e5cc..00687b9ff79522713c6419da3cda0b42068b7c93 100644
--- a/base/win/resource_util.h
+++ b/base/win/resource_util.h
@@ -9,9 +9,9 @@
#define BASE_WIN_RESOURCE_UTIL_H_
#include <windows.h>
+#include <stddef.h>
#include "base/base_export.h"
-#include "base/basictypes.h"
namespace base {
namespace win {
« no previous file with comments | « base/win/registry_unittest.cc ('k') | base/win/scoped_bstr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698