| Index: chrome/installer/util/logging_installer.cc
|
| diff --git a/chrome/installer/util/logging_installer.cc b/chrome/installer/util/logging_installer.cc
|
| index 18a734ec759fe25602e7cafc842b2c2efade95c3..bf76a3e0095ca1799a42d0346fdf5c6c25043fff 100644
|
| --- a/chrome/installer/util/logging_installer.cc
|
| +++ b/chrome/installer/util/logging_installer.cc
|
| @@ -7,9 +7,9 @@
|
| #include "chrome/installer/util/logging_installer.h"
|
|
|
| #include "base/command_line.h"
|
| -#include "base/file_util.h"
|
| #include "base/files/file.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/files/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/logging_win.h"
|
| #include "base/path_service.h"
|
|
|