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

Unified Diff: net/cert/ct_verify_result.cc

Issue 67513008: Certificate Transparency: Add the high-level interface for verifying SCTs over multiple logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merging with master Created 7 years, 1 month 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/cert/ct_verify_result.cc
diff --git a/net/quic/iovector.cc b/net/cert/ct_verify_result.cc
similarity index 58%
copy from net/quic/iovector.cc
copy to net/cert/ct_verify_result.cc
index a6d2c617fc82b240c320d4d3108c6c98a250c207..c62a18a7c2d938d5255eabac18704869ef48d679 100644
--- a/net/quic/iovector.cc
+++ b/net/cert/ct_verify_result.cc
@@ -2,12 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/quic/iovector.h"
+#include "net/cert/ct_verify_result.h"
namespace net {
-IOVector::IOVector() {}
+namespace ct {
-IOVector::~IOVector() {}
+CTVerifyResult::CTVerifyResult() {}
+
+CTVerifyResult::~CTVerifyResult() {}
+
+} // namespace ct
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698