| Index: chrome/installer/setup/install.cc
|
| diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc
|
| index f1ab38dab8b312b05d0272e402f8e3d0a423ba8d..a1bbed7eb861df98c7e4855a4c1b6181969776c7 100644
|
| --- a/chrome/installer/setup/install.cc
|
| +++ b/chrome/installer/setup/install.cc
|
| @@ -10,8 +10,8 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/file_util.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/files/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/numerics/safe_conversions.h"
|
|
|