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

Unified Diff: chrome/app/main_dll_loader_win.cc

Issue 1548153002: Switch to standard integer types in chrome/. (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 | « chrome/app/kasko_client.cc ('k') | chrome/app/signature_validator_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/main_dll_loader_win.cc
diff --git a/chrome/app/main_dll_loader_win.cc b/chrome/app/main_dll_loader_win.cc
index 95ae8b6066a70b81a9e5e5acdf22221ed5f83553..9bf3b6ed53ccdf72b25137c89aee4aa639ad06d5 100644
--- a/chrome/app/main_dll_loader_win.cc
+++ b/chrome/app/main_dll_loader_win.cc
@@ -4,6 +4,7 @@
#include <windows.h> // NOLINT
#include <shlwapi.h> // NOLINT
+#include <stddef.h>
#include <userenv.h> // NOLINT
#include "chrome/app/main_dll_loader_win.h"
@@ -16,6 +17,7 @@
#include "base/files/memory_mapped_file.h"
#include "base/lazy_instance.h"
#include "base/logging.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/path_service.h"
#include "base/strings/string16.h"
« no previous file with comments | « chrome/app/kasko_client.cc ('k') | chrome/app/signature_validator_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698