| Index: chrome/browser/local_discovery/gcd_base_api_flow.h
|
| diff --git a/chrome/browser/local_discovery/gcd_base_api_flow.h b/chrome/browser/local_discovery/gcd_base_api_flow.h
|
| index 624a3d2f212b4f13eeb0e9169b3b55a6cfe72800..42920b56cd09e25bbbd25557ca607f189b53be1c 100644
|
| --- a/chrome/browser/local_discovery/gcd_base_api_flow.h
|
| +++ b/chrome/browser/local_discovery/gcd_base_api_flow.h
|
| @@ -53,21 +53,21 @@ class GCDBaseApiFlow : public net::URLFetcherDelegate,
|
| GCDBaseApiFlow(net::URLRequestContextGetter* request_context,
|
| OAuth2TokenService* token_service,
|
| const std::string& account_id,
|
| - const GURL& automated_claim_url,
|
| + const GURL& url,
|
| Delegate* delegate);
|
|
|
| // Create a cookie-based confirmation.
|
| GCDBaseApiFlow(net::URLRequestContextGetter* request_context,
|
| int user_index,
|
| const std::string& xsrf_token,
|
| - const GURL& automated_claim_url,
|
| + const GURL& url,
|
| Delegate* delegate);
|
|
|
| // Create a cookie-based confirmation with no XSRF token (for requests that
|
| // don't need an XSRF token).
|
| GCDBaseApiFlow(net::URLRequestContextGetter* request_context,
|
| int user_index,
|
| - const GURL& automated_claim_url,
|
| + const GURL& url,
|
| Delegate* delegate);
|
|
|
| virtual ~GCDBaseApiFlow();
|
|
|