Index: net/base/run_all_unittests.cc |
=================================================================== |
--- net/base/run_all_unittests.cc (revision 80572) |
+++ net/base/run_all_unittests.cc (working copy) |
@@ -1,10 +1,10 @@ |
-// 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. |
#include "build/build_config.h" |
#include "base/metrics/histogram.h" |
-#include "base/nss_util.h" |
+#include "crypto/nss_util.h" |
#include "net/base/net_test_suite.h" |
int main(int argc, char** argv) { |
@@ -14,7 +14,7 @@ |
#if defined(OS_WIN) |
// We want to be sure to init NSPR on the main thread. |
wtc
2011/04/07 05:35:53
This should be unnecessary now that we leak NSPR o
|
- base::EnsureNSPRInit(); |
+ crypto::EnsureNSPRInit(); |
#endif |
return test_suite.Run(); |