| Index: chrome/app/breakpad_linux.cc
|
| diff --git a/chrome/app/breakpad_linuxish.cc b/chrome/app/breakpad_linux.cc
|
| similarity index 99%
|
| rename from chrome/app/breakpad_linuxish.cc
|
| rename to chrome/app/breakpad_linux.cc
|
| index a953e3b1da86ae2183553436fe656bfc48a62310..2bf3e81a0c83c6a74b9b5f2e4962b79a0a46d2a9 100644
|
| --- a/chrome/app/breakpad_linuxish.cc
|
| +++ b/chrome/app/breakpad_linux.cc
|
| @@ -6,7 +6,7 @@
|
| // calls when in seccomp mode.
|
| #define SYS_SYSCALL_ENTRYPOINT "playground$syscallEntryPoint"
|
|
|
| -#include "chrome/app/breakpad_linuxish.h"
|
| +#include "chrome/app/breakpad_linux.h"
|
|
|
| #include <fcntl.h>
|
| #include <poll.h>
|
|
|