| Index: chrome/browser/crash_handler_host_linuxish_stub.cc
|
| diff --git a/chrome/browser/crash_handler_host_linux_stub.cc b/chrome/browser/crash_handler_host_linuxish_stub.cc
|
| similarity index 97%
|
| rename from chrome/browser/crash_handler_host_linux_stub.cc
|
| rename to chrome/browser/crash_handler_host_linuxish_stub.cc
|
| index 86858468da1d6dc8ac3b26cd4b8253b2b283636e..4fcd049035c4e79d208ff473b144b604d7b0db81 100644
|
| --- a/chrome/browser/crash_handler_host_linux_stub.cc
|
| +++ b/chrome/browser/crash_handler_host_linuxish_stub.cc
|
| @@ -5,7 +5,7 @@
|
| // This is a stub file which is compiled in when we are building without
|
| // breakpad support.
|
|
|
| -#include "chrome/browser/crash_handler_host_linux.h"
|
| +#include "chrome/browser/crash_handler_host_linuxish.h"
|
|
|
| #include "base/memory/singleton.h"
|
|
|
|
|