summaryrefslogtreecommitdiffstats
path: root/net/cert/ct_verify_result.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/cert/ct_verify_result.cc')
-rw-r--r--net/cert/ct_verify_result.cc17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/cert/ct_verify_result.cc b/net/cert/ct_verify_result.cc
new file mode 100644
index 0000000..c62a18a
--- /dev/null
+++ b/net/cert/ct_verify_result.cc
@@ -0,0 +1,17 @@
+// 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.
+
+#include "net/cert/ct_verify_result.h"
+
+namespace net {
+
+namespace ct {
+
+CTVerifyResult::CTVerifyResult() {}
+
+CTVerifyResult::~CTVerifyResult() {}
+
+} // namespace ct
+
+} // namespace net