Chromium Code Reviews| Index: chromecast/app/cast_main_delegate.cc |
| diff --git a/chromecast/app/cast_main_delegate.cc b/chromecast/app/cast_main_delegate.cc |
| index e90c34f295e0618b9be42c17b4147b240f97729a..ab3e848ae253a7e63da11ff58ed7342872b1f580 100644 |
| --- a/chromecast/app/cast_main_delegate.cc |
| +++ b/chromecast/app/cast_main_delegate.cc |
| @@ -16,7 +16,7 @@ |
| #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/crash/linux/cast_crash_reporter_client.h" |
|
alokp
2015/06/15 17:51:48
Is this cc file linux only? If not it seems weird
gunsch
2015/06/15 18:05:59
+1, maybe guard with OS_LINUX below now that it ha
slan
2015/06/16 14:57:48
Done. Guarded via #else, to keep consistent with t
|
| #include "chromecast/renderer/cast_content_renderer_client.h" |
| #include "components/crash/app/crash_reporter_client.h" |
| #include "content/public/browser/browser_main_runner.h" |