| Index: google_apis/gcm/engine/mcs_client.cc
|
| diff --git a/google_apis/gcm/engine/mcs_client.cc b/google_apis/gcm/engine/mcs_client.cc
|
| index 63ec45a3ad87e0f4da6836dc42957e3f1ce46779..b2a81fc57bef87c07975436835c549694294bf1a 100644
|
| --- a/google_apis/gcm/engine/mcs_client.cc
|
| +++ b/google_apis/gcm/engine/mcs_client.cc
|
| @@ -155,10 +155,9 @@ std::string MCSClient::GetStateString() const {
|
| return "CONNECTING";
|
| case CONNECTED:
|
| return "CONNECTED";
|
| - default:
|
| - NOTREACHED();
|
| - return std::string();
|
| }
|
| + NOTREACHED();
|
| + return std::string();
|
| }
|
|
|
| MCSClient::MCSClient(const std::string& version_string,
|
|
|