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

Unified Diff: net/ssl/server_bound_cert_service.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/server_bound_cert_service.cc
diff --git a/net/base/server_bound_cert_service.cc b/net/ssl/server_bound_cert_service.cc
similarity index 99%
rename from net/base/server_bound_cert_service.cc
rename to net/ssl/server_bound_cert_service.cc
index e6c5166e451748249615c2fe1b6776b155df9eab..ece1a2c8a461ffb3d9b86d3711b6a3bbdf536797 100644
--- a/net/base/server_bound_cert_service.cc
+++ b/net/ssl/server_bound_cert_service.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/server_bound_cert_service.h"
+#include "net/ssl/server_bound_cert_service.h"
#include <algorithm>
#include <limits>

Powered by Google App Engine
This is Rietveld 408576698