Index: chrome/app/chrome_main_delegate.cc |
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
index ab0729b1ebe17732a0baeaa56b9ff4f97cd5dc8d..4cb700e8bc469a6e89e3d92ea1033f0e22c40548 100644 |
--- a/chrome/app/chrome_main_delegate.cc |
+++ b/chrome/app/chrome_main_delegate.cc |
@@ -87,7 +87,7 @@ |
#endif |
#if defined(USE_LINUX_BREAKPAD) |
-#include "chrome/app/breakpad_linuxish.h" |
+#include "chrome/app/breakpad_linux.h" |
#endif |
base::LazyInstance<chrome::ChromeContentBrowserClient> |