| Index: chrome/browser/chromeos/login/login_utils.cc
|
| diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
|
| index 3eaa80899840a45b2093ec5fab32926f490605b0..7c6867729137dde43cf6d2764f014363f58f7c6a 100644
|
| --- a/chrome/browser/chromeos/login/login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils.cc
|
| @@ -179,9 +179,9 @@ class TransferDefaultCookiesOnIOThreadTask : public Task {
|
| // Fetches an OAuth token and initializes user policy with it.
|
| class PolicyOAuthFetcher : public GaiaOAuthConsumer {
|
| public:
|
| - explicit PolicyOAuthFetcher(Profile* profile,
|
| - const std::string& oauth1_token,
|
| - const std::string& oauth1_secret)
|
| + PolicyOAuthFetcher(Profile* profile,
|
| + const std::string& oauth1_token,
|
| + const std::string& oauth1_secret)
|
| : oauth_fetcher_(this,
|
| profile->GetRequestContext(),
|
| profile,
|
|
|