| Index: chromecast/crash/android/crash_handler.cc
|
| diff --git a/chromecast/crash/android/crash_handler.cc b/chromecast/crash/android/crash_handler.cc
|
| index 1f96d45213f7ac162c001bb7743db045077a038f..6918ee40f36ae60d7d93d0c949eb09b960c335e6 100644
|
| --- a/chromecast/crash/android/crash_handler.cc
|
| +++ b/chromecast/crash/android/crash_handler.cc
|
| @@ -45,7 +45,7 @@ bool UploadCrashToStaging() {
|
| return true;
|
| #else
|
| int build_number;
|
| - if (base::StringToInt(CAST_BUILD_REVISION, &build_number))
|
| + if (base::StringToInt(CAST_BUILD_INCREMENTAL, &build_number))
|
| return build_number == 0;
|
| return true;
|
| #endif
|
|
|