Index: chrome/installer/setup/install_worker.cc |
diff --git a/chrome/installer/setup/install_worker.cc b/chrome/installer/setup/install_worker.cc |
index 10f5c01a8c11c202382ed3a88f204620010a0647..d6107e0d486b242009db9fc9d82c3b4ef79bca06 100644 |
--- a/chrome/installer/setup/install_worker.cc |
+++ b/chrome/installer/setup/install_worker.cc |
@@ -9,6 +9,8 @@ |
#include <oaidl.h> |
#include <shlobj.h> |
+#include <stddef.h> |
+#include <stdint.h> |
#include <time.h> |
#include <vector> |
@@ -18,6 +20,7 @@ |
#include "base/files/file_path.h" |
#include "base/files/file_util.h" |
#include "base/logging.h" |
+#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/path_service.h" |
#include "base/strings/string_util.h" |