| Index: content/public/common/url_fetcher.h
|
| diff --git a/content/public/common/url_fetcher.h b/content/public/common/url_fetcher.h
|
| index d30c145f927f1ee7cf9e53c1349ddea5a9c61eed..3ff3122def3acf290ef4981911b9a0b28be8b275 100644
|
| --- a/content/public/common/url_fetcher.h
|
| +++ b/content/public/common/url_fetcher.h
|
| @@ -8,14 +8,6 @@
|
|
|
| #include "content/common/content_export.h"
|
|
|
| -// TODO(akalin): Remove this block once rlz is updated to use
|
| -// url_fetcher.h from net/.
|
| -#ifdef RLZ_LIB_FINANCIAL_PING_H_
|
| -
|
| -#include "net/url_request/url_fetcher.h"
|
| -
|
| -#endif
|
| -
|
| class GURL;
|
|
|
| namespace net {
|
| @@ -24,21 +16,6 @@ class URLFetcher;
|
|
|
| namespace content {
|
|
|
| -// TODO(akalin): Remove this block once rlz is updated to use
|
| -// url_fetcher.h from net/.
|
| -#ifdef RLZ_LIB_FINANCIAL_PING_H_
|
| -
|
| -namespace URLFetcher {
|
| -
|
| -CONTENT_EXPORT net::URLFetcher* Create(
|
| - const GURL& url,
|
| - net::URLFetcher::RequestType request_type,
|
| - net::URLFetcherDelegate* d);
|
| -
|
| -} // namespace URLFetcher
|
| -
|
| -#endif // RLZ_LIB_FINANCIAL_PING_H_
|
| -
|
| // Mark URLRequests started by the URLFetcher to stem from the given render
|
| // view.
|
| CONTENT_EXPORT void AssociateURLFetcherWithRenderView(
|
|
|