diff options
Diffstat (limited to 'chrome/installer/util/google_update_util.cc')
-rw-r--r-- | chrome/installer/util/google_update_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/google_update_util.cc b/chrome/installer/util/google_update_util.cc index d3013ba..9696014 100644 --- a/chrome/installer/util/google_update_util.cc +++ b/chrome/installer/util/google_update_util.cc @@ -5,8 +5,8 @@ #include "chrome/installer/util/google_update_util.h" #include "base/command_line.h" -#include "base/file_util.h" #include "base/files/file_path.h" +#include "base/files/file_util.h" #include "base/logging.h" #include "base/path_service.h" #include "base/process/kill.h" |