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

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: Addressing review comments. 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..c6fecbd2130e5ead2ddc1d30a6c4d4491ebac2b2 100644
--- a/net/quic/iovector.cc
+++ b/net/cert/ct_verify_result.cc
@@ -1,13 +1,16 @@
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
wtc 2013/11/21 23:26:34 Add a blank line after the copyright header.
Eran M. (Google) 2013/11/23 21:02:07 Done.
-
-#include "net/quic/iovector.h"
+#include "net/cert/ct_verify_result.h"
namespace net {
-IOVector::IOVector() {}
+namespace ct {
+
+CTVerifyResult::CTVerifyResult() {}
+
+CTVerifyResult::~CTVerifyResult() {}
-IOVector::~IOVector() {}
+} // namespace ct
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698