| Index: chrome/installer/util/duplicate_tree_detector.cc
|
| diff --git a/chrome/installer/util/duplicate_tree_detector.cc b/chrome/installer/util/duplicate_tree_detector.cc
|
| index 59583755d23378b215e46b9c01b159fde07da542..d52dbcfeff62b8851449295af1a93c41073df144 100644
|
| --- a/chrome/installer/util/duplicate_tree_detector.cc
|
| +++ b/chrome/installer/util/duplicate_tree_detector.cc
|
| @@ -5,8 +5,8 @@
|
|
|
| #include "chrome/installer/util/duplicate_tree_detector.h"
|
|
|
| -#include "base/file_util.h"
|
| #include "base/files/file_enumerator.h"
|
| +#include "base/files/file_util.h"
|
| #include "base/logging.h"
|
|
|
| namespace installer {
|
|
|