commit | babfb240d76d87c726fb20e4153bba958d7e4f8c | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Apr 03 18:26:23 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Apr 03 18:26:23 2012 |
tree | 9d66b0be7f41d4c42ecbd3958073c9b69481dcf8 | |
parent | f3bd95527d3f8b52b3dd8cc4e1c1c3d6126c6771 [diff] [blame] |
Fix a variable naming style nit post-refactoring BUG=114343 TEST=none [email protected] Review URL: https://chromiumcodereview.appspot.com/9969064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130416 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/net/base/test_certificate_data.h b/net/base/test_certificate_data.h index 0b5edf3..9c5229e 100644 --- a/net/base/test_certificate_data.h +++ b/net/base/test_certificate_data.h
@@ -5,7 +5,7 @@ namespace { // This is the SHA1 hash of the SubjectPublicKeyInfo of nist.der. -static const char nistSPKIHash[] = +static const char kNistSPKIHash[] = "\x15\x60\xde\x65\x4e\x03\x9f\xd0\x08\x82" "\xa9\x6a\xc4\x65\x8e\x6f\x92\x06\x84\x35";