diff options
Diffstat (limited to 'net/base/test_root_certs.h')
-rw-r--r-- | net/base/test_root_certs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/base/test_root_certs.h b/net/base/test_root_certs.h index 3fa8fcfd..16864de 100644 --- a/net/base/test_root_certs.h +++ b/net/base/test_root_certs.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -8,6 +8,7 @@ #include "base/lazy_instance.h" #include "build/build_config.h" +#include "net/base/net_api.h" #if defined(OS_WIN) #include <windows.h> @@ -29,7 +30,7 @@ class X509Certificate; // TestRootCerts is a helper class for unit tests that is used to // artificially mark a certificate as trusted, independent of the local // machine configuration. -class TestRootCerts { +class NET_TEST TestRootCerts { public: // Obtains the Singleton instance to the trusted certificates. static TestRootCerts* GetInstance(); |