| 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_
|
|
|