Index: net/cert/test_root_certs.cc |
diff --git a/net/cert/test_root_certs.cc b/net/cert/test_root_certs.cc |
index f4958901685170b4377fed30a03f3729030a7c55..c7fdf8981469330b03365d1a524f158801ad1349 100644 |
--- a/net/cert/test_root_certs.cc |
+++ b/net/cert/test_root_certs.cc |
@@ -17,8 +17,8 @@ namespace { |
bool g_has_instance = false; |
-base::LazyInstance<TestRootCerts>::Leaky |
- g_test_root_certs = LAZY_INSTANCE_INITIALIZER; |
+base::LazyInstance<TestRootCerts>::Leaky g_test_root_certs = |
+ LAZY_INSTANCE_INITIALIZER; |
CertificateList LoadCertificates(const base::FilePath& filename) { |
std::string raw_cert; |
@@ -55,7 +55,8 @@ TestRootCerts::TestRootCerts() { |
g_has_instance = true; |
} |
-ScopedTestRoot::ScopedTestRoot() {} |
+ScopedTestRoot::ScopedTestRoot() { |
+} |
ScopedTestRoot::ScopedTestRoot(X509Certificate* cert) { |
Reset(cert); |