| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index 2b8afc6d5a0198ae645859b5a1fd3943d9c69037..274d6a2d62d33abb6394096b26033cbade23b37c 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -23,7 +23,6 @@
|
| #include "base/time/time.h"
|
| #include "base/trace_event/trace_event_impl.h"
|
| #include "build/build_config.h"
|
| -#include "chrome/app/chrome_crash_reporter_client.h"
|
| #include "chrome/browser/chrome_content_browser_client.h"
|
| #include "chrome/browser/defaults.h"
|
| #include "chrome/common/channel_info.h"
|
| @@ -79,6 +78,7 @@
|
| #if defined(OS_POSIX)
|
| #include <locale.h>
|
| #include <signal.h>
|
| +#include "chrome/app/chrome_crash_reporter_client.h"
|
| #endif
|
|
|
| #if !defined(DISABLE_NACL) && defined(OS_LINUX)
|
|
|