| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index f3b9c54c3f5a6e47f4b99550d83867266964cb11..c9edc1b5558690b9f695c34a74c11ff64d91eff2 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -120,7 +120,7 @@
|
|
|
| #if defined(OS_LINUX) || defined(OS_OPENBSD) || defined(OS_ANDROID)
|
| #include "base/linux_util.h"
|
| -#include "chrome/browser/crash_handler_host_linuxish.h"
|
| +#include "chrome/browser/crash_handler_host_linux.h"
|
| #endif
|
|
|
| #if defined(USE_NSS)
|
|
|