Chromium Code Reviews| Index: chrome/app/chrome_main_delegate.cc |
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
| index 5a492d93cb23180bfb64663816e3f8c4aa030800..c03b310660d27f4310204251b8a3403609c05f56 100644 |
| --- a/chrome/app/chrome_main_delegate.cc |
| +++ b/chrome/app/chrome_main_delegate.cc |
| @@ -89,7 +89,7 @@ |
| #endif |
| #if defined(USE_LINUX_BREAKPAD) |
| -#include "chrome/app/breakpad_linux.h" |
| +#include "chrome/app/breakpad_linuxish.h" |
| #endif |
| base::LazyInstance<chrome::ChromeContentBrowserClient> |