diff options
Diffstat (limited to 'chrome/installer/util/install_util.h')
-rw-r--r-- | chrome/installer/util/install_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/installer/util/install_util.h b/chrome/installer/util/install_util.h index 2d161e5..55071fc 100644 --- a/chrome/installer/util/install_util.h +++ b/chrome/installer/util/install_util.h @@ -9,12 +9,12 @@ #ifndef CHROME_INSTALLER_UTIL_INSTALL_UTIL_H_ #define CHROME_INSTALLER_UTIL_INSTALL_UTIL_H_ -#include <tchar.h> #include <windows.h> +#include <tchar.h> #include "base/basictypes.h" #include "base/command_line.h" -#include "base/file_path.h" +#include "base/files/file_path.h" #include "base/string16.h" #include "base/win/scoped_handle.h" #include "chrome/installer/util/browser_distribution.h" |