| Index: chromecast/crash/android/crash_handler.cc
|
| diff --git a/chromecast/crash/android/crash_handler.cc b/chromecast/crash/android/crash_handler.cc
|
| index 6918ee40f36ae60d7d93d0c949eb09b960c335e6..3b195464894cb16c85284ba1d814b93696fd82bf 100644
|
| --- a/chromecast/crash/android/crash_handler.cc
|
| +++ b/chromecast/crash/android/crash_handler.cc
|
| @@ -41,7 +41,7 @@ bool HandleCrash(const void* /* crash_context */,
|
| // Debug builds: always to crash-staging
|
| // Release builds: only to crash-staging for local/invalid build numbers
|
| bool UploadCrashToStaging() {
|
| -#if CAST_IS_DEBUG_BUILD
|
| +#if CAST_IS_DEBUG_BUILD()
|
| return true;
|
| #else
|
| int build_number;
|
|
|