Index: google_apis/gcm/base/mcs_util.cc |
diff --git a/google_apis/gcm/base/mcs_util.cc b/google_apis/gcm/base/mcs_util.cc |
index ceccc957cbe1659c86eb34ba4ca94b608010b004..7dd9d7b594b518d567bcf8334770f001b7d6f2de 100644 |
--- a/google_apis/gcm/base/mcs_util.cc |
+++ b/google_apis/gcm/base/mcs_util.cc |
@@ -36,8 +36,8 @@ const char* kProtoNames[] = { |
"mcs_proto.BindAccountResponse", |
"mcs_proto.TalkMetadata" |
}; |
-COMPILE_ASSERT(arraysize(kProtoNames) == kNumProtoTypes, |
- ProtoNamesMustIncludeAllTags); |
+static_assert(arraysize(kProtoNames) == kNumProtoTypes, |
+ "Proto Names Must Include All Tags"); |
const char kLoginId[] = "chrome-"; |
const char kLoginDomain[] = "mcs.android.com"; |