| Index: chrome/browser/crash_handler_host_linux.cc
|
| diff --git a/chrome/browser/crash_handler_host_linux.cc b/chrome/browser/crash_handler_host_linux.cc
|
| index 8784087e7df04c0a3f2476169113804b8e2b72bd..cdf2927bbcafff47750bec75f2e684d7bd449635 100644
|
| --- a/chrome/browser/crash_handler_host_linux.cc
|
| +++ b/chrome/browser/crash_handler_host_linux.cc
|
| @@ -12,7 +12,6 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/file_path.h"
|
| #include "base/format_macros.h"
|
| #include "base/linux_util.h"
|
| @@ -20,6 +19,7 @@
|
| #include "base/memory/singleton.h"
|
| #include "base/message_loop.h"
|
| #include "base/path_service.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| #include "base/rand_util.h"
|
| #include "base/string_util.h"
|
| #include "base/stringprintf.h"
|
|
|