Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1026)

Unified Diff: content/public/common/url_fetcher.h

Issue 10577015: roll rlz 130:132 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 132 Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/url_fetcher_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/url_fetcher_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698