| Index: components/crash/app/breakpad_mac.mm
|
| diff --git a/components/crash/app/breakpad_mac.mm b/components/crash/app/breakpad_mac.mm
|
| index c323c2e6415553fa125ec01470756bdbeb998c05..904e6bda94c60b02b5c326de211e1689e4ede99b 100644
|
| --- a/components/crash/app/breakpad_mac.mm
|
| +++ b/components/crash/app/breakpad_mac.mm
|
| @@ -13,8 +13,8 @@
|
| #include "base/command_line.h"
|
| #include "base/debug/crash_logging.h"
|
| #include "base/debug/dump_without_crashing.h"
|
| -#include "base/file_util.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/files/file_util.h"
|
| #import "base/logging.h"
|
| #include "base/mac/bundle_locations.h"
|
| #include "base/mac/mac_util.h"
|
|
|