| Index: 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 0671501ae74da4cb5fab4ef7294c01365f0006bd..9f745ceca857289ccb0852f6655b3fc747f451d1 100644
|
| --- a/chrome/browser/google/google_update_win.cc
|
| +++ b/chrome/browser/google/google_update_win.cc
|
| @@ -6,6 +6,8 @@
|
|
|
| #include <atlbase.h>
|
| #include <atlcom.h>
|
| +#include <stdint.h>
|
| +#include <string.h>
|
|
|
| #include <vector>
|
|
|
| @@ -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"
|
|
|