chromium/net/test/net_test_suite.h

// Copyright 2011 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef NET_TEST_NET_TEST_SUITE_H_
#define NET_TEST_NET_TEST_SUITE_H_

#include <memory>

#include "base/memory/scoped_refptr.h"
#include "base/test/test_suite.h"
#include "build/build_config.h"
#include "net/dns/mock_host_resolver.h"

namespace net {
class NetworkChangeNotifier;
}

class NetTestSuite : public base::TestSuite {};

#endif  // NET_TEST_NET_TEST_SUITE_H_