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

Unified Diff: google_apis/gaia/gaia_auth_fetcher.h

Issue 1117703002: Adjust URLFetcher::Create API so that object is returned as scoped_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix another failure missed by my regex Created 5 years, 8 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
Index: google_apis/gaia/gaia_auth_fetcher.h
diff --git a/google_apis/gaia/gaia_auth_fetcher.h b/google_apis/gaia/gaia_auth_fetcher.h
index 0243d60da96f5a9d8fa0381aca913a293db9ae80..c2c8f643fd2d38eca22bb55d29d818843c4ee33d 100644
--- a/google_apis/gaia/gaia_auth_fetcher.h
+++ b/google_apis/gaia/gaia_auth_fetcher.h
@@ -411,7 +411,7 @@ class GaiaAuthFetcher : public net::URLFetcherDelegate {
//
// |load_flags| are passed to directly to net::URLFetcher::Create() when
// creating the URL fetcher.
- static net::URLFetcher* CreateGaiaFetcher(
+ static scoped_ptr<net::URLFetcher> CreateGaiaFetcher(
net::URLRequestContextGetter* getter,
const std::string& body,
const std::string& headers,

Powered by Google App Engine
This is Rietveld 408576698