Chromium Code Reviews| 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 |