Index: google_apis/gaia/oauth_request_signer.cc |
diff --git a/google_apis/gaia/oauth_request_signer.cc b/google_apis/gaia/oauth_request_signer.cc |
index 115c14d6f01f8c1f8ed43f4956abfa4d8af8daa3..519cab72ea331f6ea598a9ca7cd5d34199a88136 100644 |
--- a/google_apis/gaia/oauth_request_signer.cc |
+++ b/google_apis/gaia/oauth_request_signer.cc |
@@ -409,7 +409,7 @@ bool OAuthRequestSigner::SignURL( |
switch (http_method) { |
case GET_METHOD: |
signed_text = request_base_url.spec() + '?'; |
- // Intentionally falling through |
+ FALLTHROUGH_INTENDED; |
case POST_METHOD: |
signed_text += BuildBaseStringParameters(parameters); |
break; |