From 6846aeff59836d8064ad90a934c60829575a970e Mon Sep 17 00:00:00 2001 From: avi Date: Fri, 25 Dec 2015 17:09:38 -0800 Subject: Switch to standard integer types in chrome/browser/, part 2 of 4. BUG=138542 TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/1550593002 Cr-Commit-Position: refs/heads/master@{#366879} --- chrome/browser/google/google_update_win.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/browser/google/google_update_win.cc') diff --git a/chrome/browser/google/google_update_win.cc b/chrome/browser/google/google_update_win.cc index 0671501a..9f745ce 100644 --- a/chrome/browser/google/google_update_win.cc +++ b/chrome/browser/google/google_update_win.cc @@ -6,6 +6,8 @@ #include #include +#include +#include #include @@ -13,6 +15,7 @@ #include "base/callback.h" #include "base/files/file_path.h" #include "base/location.h" +#include "base/macros.h" #include "base/metrics/histogram.h" #include "base/metrics/sparse_histogram.h" #include "base/path_service.h" -- cgit v1.1