| Index: chrome/installer/util/google_update_settings.h
|
| diff --git a/chrome/installer/util/google_update_settings.h b/chrome/installer/util/google_update_settings.h
|
| index e3a01685f1974c20741a8a8cd5322ccef0f357b6..115941c94d050d9a6b508bb57a1706c8e9b130d3 100644
|
| --- a/chrome/installer/util/google_update_settings.h
|
| +++ b/chrome/installer/util/google_update_settings.h
|
| @@ -5,13 +5,16 @@
|
| #ifndef CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_SETTINGS_H_
|
| #define CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_SETTINGS_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string16.h"
|
| #include "base/time/time.h"
|
| #include "base/version.h"
|
| +#include "build/build_config.h"
|
| #include "chrome/installer/util/util_constants.h"
|
| #include "components/metrics/client_info.h"
|
|
|
|
|