| Index: google_apis/gcm/engine/checkin_request.cc
|
| diff --git a/google_apis/gcm/engine/checkin_request.cc b/google_apis/gcm/engine/checkin_request.cc
|
| index 532069601f2ba7dcc6cf13ea09b5679f50545cf6..6e527ebe36c1ecb1ee10ab67a08d1e9a62ca95ba 100644
|
| --- a/google_apis/gcm/engine/checkin_request.cc
|
| +++ b/google_apis/gcm/engine/checkin_request.cc
|
| @@ -58,10 +58,11 @@ std::string GetCheckinRequestStatusString(CheckinRequestStatus status) {
|
| return "RESPONSE_PARSING_FAILED";
|
| case ZERO_ID_OR_TOKEN:
|
| return "ZERO_ID_OR_TOKEN";
|
| - default:
|
| + case STATUS_COUNT:
|
| NOTREACHED();
|
| - return "UNKNOWN_STATUS";
|
| + break;
|
| }
|
| + return "UNKNOWN_STATUS";
|
| }
|
|
|
| // Records checkin status to both stats recorder and reports to UMA.
|
|
|