1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #include "net/cert/internal/revocation_checker.h"
6 
7 #include "testing/gmock/include/gmock/gmock.h"
8 
9 namespace net {
10 
11 namespace {
12 
13 // TODO(eroman): Add unit-tests. Currently exercising this code indirectly
14 //               through tests in url_request_unittest.cc and
15 //               cert_verify_proc_unittest.cc.
16 
17 }  // namespace
18 
19 }  // namespace net
20