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

Unified Diff: net/ssl/ssl_config_service.cc

Issue 12680003: net: split net/ssl out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/ssl_config_service.h ('k') | net/ssl/ssl_config_service_defaults.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_config_service.cc
diff --git a/net/base/ssl_config_service.cc b/net/ssl/ssl_config_service.cc
similarity index 98%
rename from net/base/ssl_config_service.cc
rename to net/ssl/ssl_config_service.cc
index 7dfe05eaf377ef81c3642d99978ce853a134fae0..829e101f85d4b2d5b20f8ccf54ace3e71ca8b5f5 100644
--- a/net/base/ssl_config_service.cc
+++ b/net/ssl/ssl_config_service.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/base/ssl_config_service.h"
+#include "net/ssl/ssl_config_service.h"
#include "base/lazy_instance.h"
#include "base/memory/ref_counted.h"
#include "base/synchronization/lock.h"
#include "net/base/crl_set.h"
-#include "net/base/ssl_config_service_defaults.h"
+#include "net/ssl/ssl_config_service_defaults.h"
#if defined(USE_OPENSSL)
#include <openssl/ssl.h>
« no previous file with comments | « net/ssl/ssl_config_service.h ('k') | net/ssl/ssl_config_service_defaults.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698