diff options
Diffstat (limited to 'chrome/installer/util/helper.cc')
-rw-r--r-- | chrome/installer/util/helper.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/installer/util/helper.cc b/chrome/installer/util/helper.cc index 52580a4..bb0f22e 100644 --- a/chrome/installer/util/helper.cc +++ b/chrome/installer/util/helper.cc @@ -4,14 +4,14 @@ #include "chrome/installer/util/helper.h" +#include "base/files/file_path.h" #include "base/logging.h" -#include "base/file_path.h" #include "base/path_service.h" #include "base/win/windows_version.h" #include "chrome/common/chrome_constants.h" #include "chrome/installer/util/browser_distribution.h" -#include "chrome/installer/util/installation_state.h" #include "chrome/installer/util/install_util.h" +#include "chrome/installer/util/installation_state.h" #include "chrome/installer/util/util_constants.h" namespace { |