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

Unified Diff: net/ssl/openssl_client_key_store_unittest.cc

Issue 13351006: net: move openssl and keygen from net/base to net/cert (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ssl it is 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
« no previous file with comments | « net/ssl/openssl_client_key_store.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/openssl_client_key_store_unittest.cc
diff --git a/net/base/openssl_client_key_store_unittest.cc b/net/ssl/openssl_client_key_store_unittest.cc
similarity index 99%
rename from net/base/openssl_client_key_store_unittest.cc
rename to net/ssl/openssl_client_key_store_unittest.cc
index 89db51efd3353122e0560b9f37ef4cfff18d8665..67865843e341d09974f8426744ee4ae71eb35aa0 100644
--- a/net/base/openssl_client_key_store_unittest.cc
+++ b/net/ssl/openssl_client_key_store_unittest.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/openssl_client_key_store.h"
+#include "net/ssl/openssl_client_key_store.h"
#include "base/memory/ref_counted.h"
#include "net/base/test_data_directory.h"
« no previous file with comments | « net/ssl/openssl_client_key_store.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698