Index: net/url_request/url_fetcher_impl.h |
diff --git a/net/url_request/url_fetcher_impl.h b/net/url_request/url_fetcher_impl.h |
index 907669123829978022531d8ba036cba93b07133a..eca1f19f0853d42552a6638b1ce8a2bd8982455e 100644 |
--- a/net/url_request/url_fetcher_impl.h |
+++ b/net/url_request/url_fetcher_impl.h |
@@ -25,8 +25,7 @@ class URLFetcherCore; |
class URLFetcherDelegate; |
class URLFetcherFactory; |
-// TODO(akalin): Remove NET_EXPORT once URLFetcher::Create is in net/. |
-class NET_EXPORT URLFetcherImpl : public URLFetcher { |
+class NET_EXPORT_PRIVATE URLFetcherImpl : public URLFetcher { |
public: |
// |url| is the URL to send the request to. |
// |request_type| is the type of request to make. |