| Index: components/url_fixer/url_fixer.cc
|
| diff --git a/components/url_fixer/url_fixer.cc b/components/url_fixer/url_fixer.cc
|
| index 01e5e0eff77523607a868ebdd382087418fedfe2..f10958a1122402b5d862c23e7e37d85baa6aeae2 100644
|
| --- a/components/url_fixer/url_fixer.cc
|
| +++ b/components/url_fixer/url_fixer.cc
|
| @@ -6,8 +6,8 @@
|
|
|
| #include <algorithm>
|
|
|
| -#include "base/file_util.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/files/file_util.h"
|
| #include "base/logging.h"
|
| #if defined(OS_POSIX)
|
| #include "base/path_service.h"
|
|
|