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

Unified Diff: base/win/scoped_bstr.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/resource_util.h ('k') | base/win/scoped_bstr.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/scoped_bstr.h
diff --git a/base/win/scoped_bstr.h b/base/win/scoped_bstr.h
index 7c9f5df0868b16ae1ce948a7c51a2661547f059a..413fb28681e3597766e750cb36a8a9447cd4a346 100644
--- a/base/win/scoped_bstr.h
+++ b/base/win/scoped_bstr.h
@@ -7,9 +7,11 @@
#include <windows.h>
#include <oleauto.h>
+#include <stddef.h>
#include "base/base_export.h"
#include "base/logging.h"
+#include "base/macros.h"
#include "base/strings/string16.h"
namespace base {
« no previous file with comments | « base/win/resource_util.h ('k') | base/win/scoped_bstr.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698