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

Unified Diff: chrome/installer/util/advanced_firewall_manager_win.h

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/installer/test/resource_updater.cc ('k') | chrome/installer/util/advanced_firewall_manager_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/advanced_firewall_manager_win.h
diff --git a/chrome/installer/util/advanced_firewall_manager_win.h b/chrome/installer/util/advanced_firewall_manager_win.h
index 91b984d70e3d4e842b3780099ffe0803cf7b86a4..fedff4fe29089fcb83ad719e1cbc23718d8bd318 100644
--- a/chrome/installer/util/advanced_firewall_manager_win.h
+++ b/chrome/installer/util/advanced_firewall_manager_win.h
@@ -7,9 +7,11 @@
#include <windows.h>
#include <netfw.h>
+#include <stdint.h>
#include <vector>
#include "base/files/file_path.h"
+#include "base/macros.h"
#include "base/strings/string16.h"
#include "base/win/scoped_comptr.h"
« no previous file with comments | « chrome/installer/test/resource_updater.cc ('k') | chrome/installer/util/advanced_firewall_manager_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698