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 |