diff options
Diffstat (limited to 'chrome/installer/util/self_cleaning_temp_dir.h')
-rw-r--r-- | chrome/installer/util/self_cleaning_temp_dir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/self_cleaning_temp_dir.h b/chrome/installer/util/self_cleaning_temp_dir.h index c2fb972..e473aec 100644 --- a/chrome/installer/util/self_cleaning_temp_dir.h +++ b/chrome/installer/util/self_cleaning_temp_dir.h @@ -6,7 +6,7 @@ #define CHROME_INSTALLER_UTIL_SELF_CLEANING_TEMP_DIR_H_ #include "base/basictypes.h" -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/gtest_prod_util.h" namespace installer { |