| Index: chrome/app/breakpad_linux.cc
|
| diff --git a/chrome/app/breakpad_linux.cc b/chrome/app/breakpad_linux.cc
|
| index b9ecce7460779b8b57b412b88b402315c2506f99..7dbda0122108e579fca73bfdc128439daf32d307 100644
|
| --- a/chrome/app/breakpad_linux.cc
|
| +++ b/chrome/app/breakpad_linux.cc
|
| @@ -24,10 +24,10 @@
|
| #include <string>
|
|
|
| #include "base/command_line.h"
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/file_path.h"
|
| #include "base/linux_util.h"
|
| #include "base/path_service.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| #include "base/posix/global_descriptors.h"
|
| #include "base/process_util.h"
|
| #include "base/string_util.h"
|
|
|