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

Unified Diff: net/cert/ct_verifier.cc

Issue 1216153010: Certificate Transparency: Add observer for Signed Certificate Timestamps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months 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_verifier.cc
diff --git a/ui/compositor/reflector.cc b/net/cert/ct_verifier.cc
similarity index 63%
copy from ui/compositor/reflector.cc
copy to net/cert/ct_verifier.cc
index 31dcdaef6105459ab2c82fa60cc5a1b6d03703f2..2ff5623ee3d8c531ac09a986cdad5e49d9c9ff2e 100644
--- a/ui/compositor/reflector.cc
+++ b/net/cert/ct_verifier.cc
@@ -1,12 +1,11 @@
// Copyright 2015 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_verifier.h"
-#include "ui/compositor/reflector.h"
+namespace net {
-namespace ui {
-
-Reflector::~Reflector() {
+CTVerifier::~CTVerifier() {
}
-} // namespace ui
+} // namespace net

Powered by Google App Engine
This is Rietveld 408576698