| Index: chrome/common/logging_chrome.cc
|
| diff --git a/chrome/common/logging_chrome.cc b/chrome/common/logging_chrome.cc
|
| index a85df7285e137e7156153ffbf46023b29fb370ad..67569e27f52fca3194c56d6542d1f612330ca0dd 100644
|
| --- a/chrome/common/logging_chrome.cc
|
| +++ b/chrome/common/logging_chrome.cc
|
| @@ -35,8 +35,8 @@
|
| #include "base/debug/debugger.h"
|
| #include "base/debug/dump_without_crashing.h"
|
| #include "base/environment.h"
|
| -#include "base/file_util.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/files/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/path_service.h"
|
| #include "base/strings/string_number_conversions.h"
|
|
|