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

Unified Diff: chromecast/app/android/crash_handler.h

Issue 1154383006: Adding crash utilities to chromecast/crash. (Closed) Base URL: https://eureka-internal.googlesource.com/chromium/src@master
Patch Set: Moved android crash client to app/ to keep dependencies consistent 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/android/crash_handler.h
diff --git a/chromecast/crash/android/crash_handler.h b/chromecast/app/android/crash_handler.h
similarity index 90%
rename from chromecast/crash/android/crash_handler.h
rename to chromecast/app/android/crash_handler.h
index c018339a5da22e15e9c79ec873bc25a892929040..d4a79754d07389c05478dd780065fcf316900cfc 100644
--- a/chromecast/crash/android/crash_handler.h
+++ b/chromecast/app/android/crash_handler.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROMECAST_CRASH_ANDROID_CRASH_HANDLER_H_
-#define CHROMECAST_CRASH_ANDROID_CRASH_HANDLER_H_
+#ifndef CHROMECAST_APP_ANDROID_CRASH_HANDLER_H_
+#define CHROMECAST_APP_ANDROID_CRASH_HANDLER_H_
#include <jni.h>
#include <string>
@@ -54,4 +54,4 @@ class CrashHandler {
} // namespace chromecast
-#endif // CHROMECAST_CRASH_ANDROID_CRASH_HANDLER_H_
+#endif // CHROMECAST_APP_ANDROID_CRASH_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698