| Index: components/crash/content/browser/crash_dump_observer_android.cc
|
| diff --git a/components/crash/content/browser/crash_dump_observer_android.cc b/components/crash/content/browser/crash_dump_observer_android.cc
|
| index acb05e07d66f3983d576214cdfb11195f9f5978a..6e46919a17512cfb0ddbbf2c32f404f839f8d149 100644
|
| --- a/components/crash/content/browser/crash_dump_observer_android.cc
|
| +++ b/components/crash/content/browser/crash_dump_observer_android.cc
|
| @@ -84,7 +84,7 @@ void CrashDumpObserver::OnChildExit(int child_process_id,
|
|
|
| void CrashDumpObserver::BrowserChildProcessStarted(
|
| int child_process_id,
|
| - content::FileDescriptorInfo* mappings) {
|
| + content::PosixFileDescriptorInfo* mappings) {
|
| std::vector<Client*> registered_clients_copy;
|
| {
|
| base::AutoLock auto_lock(registered_clients_lock_);
|
|
|