diff options
Diffstat (limited to 'chrome/app/chrome_dll_main.cc')
-rw-r--r-- | chrome/app/chrome_dll_main.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc index 805565d..9f135b5 100644 --- a/chrome/app/chrome_dll_main.cc +++ b/chrome/app/chrome_dll_main.cc @@ -56,6 +56,8 @@ #endif #if defined(OS_LINUX) #include "base/nss_init.h" +#endif +#if defined(USE_LINUX_BREAKPAD) #include "chrome/app/breakpad_linux.h" #endif #include "chrome/app/scoped_ole_initializer.h" |