diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 18:38:11 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 18:38:11 +0000 |
commit | a3b9f515c63eb6081ea4d473eb6a79ad52bfb359 (patch) | |
tree | 014cfc36758b59ed62431763aba9056f4298229d /base/crypto | |
parent | 3841e0ff75ccc09a587d898afdf3993129c97050 (diff) | |
download | chromium_src-a3b9f515c63eb6081ea4d473eb6a79ad52bfb359.zip chromium_src-a3b9f515c63eb6081ea4d473eb6a79ad52bfb359.tar.gz chromium_src-a3b9f515c63eb6081ea4d473eb6a79ad52bfb359.tar.bz2 |
Fix 2 include guards found by my script
BUG=none
TEST=none
TBR=erg
Review URL: http://codereview.chromium.org/3059007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53652 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/crypto')
-rw-r--r-- | base/crypto/capi_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/crypto/capi_util.h b/base/crypto/capi_util.h index 9f26403..42adfe1 100644 --- a/base/crypto/capi_util.h +++ b/base/crypto/capi_util.h @@ -3,7 +3,7 @@ // found in the LICENSE file. #ifndef BASE_CRYPTO_CAPI_UTIL_H_ -#define BASE_CRYPTO_CAPI_UTIl_H_ +#define BASE_CRYPTO_CAPI_UTIL_H_ #include <windows.h> #include <wincrypt.h> @@ -28,4 +28,4 @@ BOOL CryptAcquireContextLocked(HCRYPTPROV* prov, } // namespace base -#endif // BASE_CRYPTO_CAPI_UTIl_H_ +#endif // BASE_CRYPTO_CAPI_UTIL_H_ |