| Index: chrome/app/chrome_main_delegate.cc
 | 
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
 | 
| index c648afc6afc46920765fd7dab3bf10dd4d6b7eb9..a11e05d168c31ecd60af20d3c5d72e87474e03a3 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"
 | 
| @@ -80,6 +79,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)
 | 
| 
 |