| Index: chrome/app/breakpad_linux.cc
|
| diff --git a/chrome/app/breakpad_linux.cc b/chrome/app/breakpad_linux.cc
|
| index 1f55a5d673e339c2e5ab124a43011910189ddc17..44e6355f5951961ec7d3c528ae57c6292e383260 100644
|
| --- a/chrome/app/breakpad_linux.cc
|
| +++ b/chrome/app/breakpad_linux.cc
|
| @@ -729,7 +729,7 @@ NonBrowserCrashHandler(const void* crash_context, size_t crash_context_size,
|
| }
|
|
|
| void EnableNonBrowserCrashDumping() {
|
| - const int fd = Singleton<base::GlobalDescriptors>()->Get(kCrashDumpSignal);
|
| + const int fd = base::GlobalDescriptors::GetInstance()->Get(kCrashDumpSignal);
|
| is_crash_reporter_enabled = true;
|
| // We deliberately leak this object.
|
| google_breakpad::ExceptionHandler* handler =
|
|
|