| Index: chrome/installer/util/self_cleaning_temp_dir.h
|
| diff --git a/chrome/installer/util/self_cleaning_temp_dir.h b/chrome/installer/util/self_cleaning_temp_dir.h
|
| index e473aeccb2a1aa935823afc55e2428a4dac4f236..971613a35816b1eef4e19e84400bb6cbc4e490ff 100644
|
| --- a/chrome/installer/util/self_cleaning_temp_dir.h
|
| +++ b/chrome/installer/util/self_cleaning_temp_dir.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef CHROME_INSTALLER_UTIL_SELF_CLEANING_TEMP_DIR_H_
|
| #define CHROME_INSTALLER_UTIL_SELF_CLEANING_TEMP_DIR_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
|
|
| namespace installer {
|
|
|
|
|