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

Unified Diff: content/common/net/url_fetcher.cc

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 | « DEPS ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/net/url_fetcher.cc
diff --git a/content/common/net/url_fetcher.cc b/content/common/net/url_fetcher.cc
index d356f35e80d5702a3332c079ad379fe37e8052a4..2a46be94c8526fa77975a29452ef57382dd64567 100644
--- a/content/common/net/url_fetcher.cc
+++ b/content/common/net/url_fetcher.cc
@@ -10,20 +10,6 @@
namespace content {
-namespace URLFetcher {
-
-// We have to mark the definition as CONTENT_EXPORT, too, as the
-// declaration isn't visible from here (since it's protected by an
-// #ifdef).
-CONTENT_EXPORT net::URLFetcher* Create(
- const GURL& url,
- net::URLFetcher::RequestType request_type,
- net::URLFetcherDelegate* d) {
- return net::URLFetcher::Create(url, request_type, d);
-}
-
-} // namespace URLFetcher
-
namespace {
base::SupportsUserData::Data* CreateURLRequestUserData(
« no previous file with comments | « DEPS ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698