| Index: chromecast/app/cast_main_delegate.cc
|
| diff --git a/chromecast/app/cast_main_delegate.cc b/chromecast/app/cast_main_delegate.cc
|
| index 12d1a79087ca9379ce988d3f5147d1593c7e2ecd..a8782a793f1a5fd87b14293d3aba926e1cd065bf 100644
|
| --- a/chromecast/app/cast_main_delegate.cc
|
| +++ b/chromecast/app/cast_main_delegate.cc
|
| @@ -16,7 +16,6 @@
|
| #include "chromecast/browser/cast_content_browser_client.h"
|
| #include "chromecast/common/cast_resource_delegate.h"
|
| #include "chromecast/common/global_descriptors.h"
|
| -#include "chromecast/crash/cast_crash_reporter_client.h"
|
| #include "chromecast/renderer/cast_content_renderer_client.h"
|
| #include "components/crash/app/crash_reporter_client.h"
|
| #include "content/public/browser/browser_main_runner.h"
|
| @@ -25,6 +24,8 @@
|
|
|
| #if defined(OS_ANDROID)
|
| #include "chromecast/crash/android/crash_handler.h"
|
| +#else
|
| +#include "chromecast/app/linux/cast_crash_reporter_client.h"
|
| #endif // defined(OS_ANDROID)
|
|
|
| namespace {
|
|
|