| Index: google_apis/gaia/oauth2_mint_token_consumer.h
|
| diff --git a/chrome/common/net/gaia/oauth2_mint_token_consumer.h b/google_apis/gaia/oauth2_mint_token_consumer.h
|
| similarity index 75%
|
| rename from chrome/common/net/gaia/oauth2_mint_token_consumer.h
|
| rename to google_apis/gaia/oauth2_mint_token_consumer.h
|
| index 48e5b40034669114cfd24b288a795da0b19d29d4..95ea12eef0593c2eee6a23f2970e567b5cfbba01 100644
|
| --- a/chrome/common/net/gaia/oauth2_mint_token_consumer.h
|
| +++ b/google_apis/gaia/oauth2_mint_token_consumer.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_COMMON_NET_GAIA_OAUTH2_MINT_TOKEN_CONSUMER_H_
|
| -#define CHROME_COMMON_NET_GAIA_OAUTH2_MINT_TOKEN_CONSUMER_H_
|
| +#ifndef GOOGLE_APIS_GAIA_OAUTH2_MINT_TOKEN_CONSUMER_H_
|
| +#define GOOGLE_APIS_GAIA_OAUTH2_MINT_TOKEN_CONSUMER_H_
|
|
|
| #include <string>
|
|
|
| @@ -19,4 +19,4 @@ class OAuth2MintTokenConsumer {
|
| virtual void OnMintTokenFailure(const GoogleServiceAuthError& error) {}
|
| };
|
|
|
| -#endif // CHROME_COMMON_NET_GAIA_OAUTH2_MINT_TOKEN_CONSUMER_H_
|
| +#endif // GOOGLE_APIS_GAIA_OAUTH2_MINT_TOKEN_CONSUMER_H_
|
|
|