chromium/net/socket/socket_performance_watcher_factory.h

// Copyright 2015 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_SOCKET_SOCKET_PERFORMANCE_WATCHER_FACTORY_H_
#define NET_SOCKET_SOCKET_PERFORMANCE_WATCHER_FACTORY_H_

#include <memory>

#include "net/base/net_export.h"

namespace net {

class IPAddress;
class SocketPerformanceWatcher;

// SocketPerformanceWatcherFactory creates socket performance watcher for
// different type of sockets.
class NET_EXPORT_PRIVATE SocketPerformanceWatcherFactory {};

}  // namespace net

#endif  // NET_SOCKET_SOCKET_PERFORMANCE_WATCHER_FACTORY_H_