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";