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

Unified Diff: net/ssl/client_cert_store_impl_nss.cc

Issue 12680003: net: split net/ssl out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: net/ssl/client_cert_store_impl_nss.cc
diff --git a/net/base/client_cert_store_impl_nss.cc b/net/ssl/client_cert_store_impl_nss.cc
similarity index 98%
rename from net/base/client_cert_store_impl_nss.cc
rename to net/ssl/client_cert_store_impl_nss.cc
index 0cb89ce13176f97534dad810d365eeedd94d63d4..bca8ea56d20e28933b6f073359f022deea7bc05d 100644
--- a/net/base/client_cert_store_impl_nss.cc
+++ b/net/ssl/client_cert_store_impl_nss.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/base/client_cert_store_impl.h"
+#include "net/ssl/client_cert_store_impl.h"
#include <nss.h>
#include <ssl.h>

Powered by Google App Engine
This is Rietveld 408576698