| Index: chrome/installer/setup/uninstall.cc
|
| diff --git a/chrome/installer/setup/uninstall.cc b/chrome/installer/setup/uninstall.cc
|
| index ce02a20b79d9fe9896be39cdeb4460d0abe61cbd..c06a2fcc2d19b4ef429c82d3cfb7bd5e47f029ab 100644
|
| --- a/chrome/installer/setup/uninstall.cc
|
| +++ b/chrome/installer/setup/uninstall.cc
|
| @@ -11,8 +11,8 @@
|
| #include <vector>
|
|
|
| #include "base/base_paths.h"
|
| -#include "base/file_util.h"
|
| #include "base/files/file_enumerator.h"
|
| +#include "base/files/file_util.h"
|
| #include "base/path_service.h"
|
| #include "base/process/kill.h"
|
| #include "base/strings/string16.h"
|
|
|