Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8788)

Unified Diff: chromecast/app/cast_main_delegate.cc

Issue 1154383006: Adding crash utilities to chromecast/crash. (Closed) Base URL: https://eureka-internal.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
« no previous file with comments | « chromecast/BUILD.gn ('k') | chromecast/base/BUILD.gn » ('j') | chromecast/base/error_codes.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698