| Index: chrome/browser/android/crash_dump_manager.cc
|
| diff --git a/chrome/browser/android/crash_dump_manager.cc b/chrome/browser/android/crash_dump_manager.cc
|
| index 894f4ab725203a1ce23831a8b12495ac5c4af9a0..66be4ce517f41c29c22355a17627ed15d2f8fd34 100644
|
| --- a/chrome/browser/android/crash_dump_manager.cc
|
| +++ b/chrome/browser/android/crash_dump_manager.cc
|
| @@ -7,9 +7,9 @@
|
| #include "base/bind.h"
|
| #include "base/file_util.h"
|
| #include "base/format_macros.h"
|
| -#include "base/global_descriptors_posix.h"
|
| #include "base/logging.h"
|
| #include "base/path_service.h"
|
| +#include "base/posix/global_descriptors.h"
|
| #include "base/process.h"
|
| #include "base/rand_util.h"
|
| #include "base/stl_util.h"
|
|
|