Index: base/nss_util.cc |
=================================================================== |
--- base/nss_util.cc (revision 56291) |
+++ base/nss_util.cc (working copy) |
@@ -21,7 +21,7 @@ |
#include "base/file_util.h" |
#include "base/logging.h" |
#include "base/singleton.h" |
-#include "base/string_util.h" |
+#include "base/stringprintf.h" |
// USE_NSS means we use NSS for everything crypto-related. If USE_NSS is not |
// defined, such as on Mac and Windows, we use NSS for SSL only -- we don't |
@@ -33,6 +33,8 @@ |
#include "base/scoped_ptr.h" |
#endif // defined(USE_NSS) |
+namespace base { |
+ |
namespace { |
#if defined(USE_NSS) |
@@ -301,8 +303,6 @@ |
} // namespace |
-namespace base { |
- |
void EnsureNSPRInit() { |
Singleton<NSPRInitSingleton>::get(); |
} |