| Index: net/url_request/url_fetcher_factory.h
|
| diff --git a/net/url_request/url_fetcher_factory.h b/net/url_request/url_fetcher_factory.h
|
| deleted file mode 100644
|
| index 0c5a5eb1f4f7d277fb8edac57d0322b1eab1d871..0000000000000000000000000000000000000000
|
| --- a/net/url_request/url_fetcher_factory.h
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -// Copyright (c) 2012 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.
|
| -
|
| -#ifndef NET_URL_REQUEST_URL_FETCHER_FACTORY_H_
|
| -#define NET_URL_REQUEST_URL_FETCHER_FACTORY_H_
|
| -
|
| -#include "net/url_request/url_fetcher.h"
|
| -
|
| -namespace net {
|
| -class URLFetcherDelegate;
|
| -
|
| -// URLFetcher::Create uses the currently registered Factory to create the
|
| -// URLFetcher. Factory is intended for testing.
|
| -class URLFetcherFactory {
|
| - public:
|
| - virtual URLFetcher* CreateURLFetcher(
|
| - int id,
|
| - const GURL& url,
|
| - URLFetcher::RequestType request_type,
|
| - URLFetcherDelegate* delegate) = 0;
|
| -
|
| - protected:
|
| - virtual ~URLFetcherFactory() {}
|
| -};
|
| -
|
| -} // namespace net
|
| -
|
| -#endif // NET_URL_REQUEST_URL_FETCHER_FACTORY_H_
|
|
|