// Copyright 2017 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/internal/revocation_checker.h"

#include "testing/gmock/include/gmock/gmock.h"

namespace net {

namespace {

// TODO(eroman): Add unit-tests. Currently exercising this code indirectly
//               through tests in url_request_unittest.cc and
//               cert_verify_proc_unittest.cc.

}  // namespace

}  // namespace net
