Cleanup: rename usage_mask --> usages.
commit0e1d34edba6a5d8f7fe43c5b675880a36f4b3861
authoreroman <eroman@chromium.org>
Tue, 21 Oct 2014 19:13:31 +0000 (21 12:13 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 21 Oct 2014 19:13:52 +0000 (21 19:13 +0000)
treec3b200f97725a05623ca3fafe519019a1cd32a44
parent1f125f14e0d2cb8980049baf43f1cb34d7307a4e
Cleanup: rename usage_mask --> usages.

This is a simple search and replace:
  s/usage_mask/usages/g

There was some inconsistenty on when variables were called "usages" versus "usage_mask"; now they all read "usages".

Review URL: https://codereview.chromium.org/670773003

Cr-Commit-Position: refs/heads/master@{#300533}
33 files changed:
content/child/webcrypto/algorithm_dispatch.cc
content/child/webcrypto/algorithm_dispatch.h
content/child/webcrypto/algorithm_implementation.cc
content/child/webcrypto/algorithm_implementation.h
content/child/webcrypto/jwk.cc
content/child/webcrypto/jwk.h
content/child/webcrypto/nss/aes_gcm_nss.cc
content/child/webcrypto/nss/aes_key_nss.cc
content/child/webcrypto/nss/aes_key_nss.h
content/child/webcrypto/nss/hmac_nss.cc
content/child/webcrypto/nss/rsa_key_nss.cc
content/child/webcrypto/nss/rsa_key_nss.h
content/child/webcrypto/nss/rsa_oaep_nss.cc
content/child/webcrypto/nss/sym_key_nss.cc
content/child/webcrypto/nss/sym_key_nss.h
content/child/webcrypto/openssl/aes_key_openssl.cc
content/child/webcrypto/openssl/aes_key_openssl.h
content/child/webcrypto/openssl/hmac_openssl.cc
content/child/webcrypto/openssl/rsa_key_openssl.cc
content/child/webcrypto/openssl/rsa_key_openssl.h
content/child/webcrypto/openssl/sym_key_openssl.cc
content/child/webcrypto/openssl/sym_key_openssl.h
content/child/webcrypto/structured_clone.cc
content/child/webcrypto/structured_clone.h
content/child/webcrypto/test/aes_cbc_unittest.cc
content/child/webcrypto/test/hmac_unittest.cc
content/child/webcrypto/test/rsa_ssa_unittest.cc
content/child/webcrypto/test/test_helpers.cc
content/child/webcrypto/test/test_helpers.h
content/child/webcrypto/webcrypto_impl.cc
content/child/webcrypto/webcrypto_impl.h
content/child/webcrypto/webcrypto_util.cc
content/child/webcrypto/webcrypto_util.h