Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(642)

Unified Diff: base/nss_util.cc

Issue 3119022: Header cleanup in base.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698