| Index: google_apis/gaia/gaia_constants.h
|
| diff --git a/chrome/common/net/gaia/gaia_constants.h b/google_apis/gaia/gaia_constants.h
|
| similarity index 92%
|
| rename from chrome/common/net/gaia/gaia_constants.h
|
| rename to google_apis/gaia/gaia_constants.h
|
| index 0f8c370c914b7086e8561be0e77021b866a13fdc..a00635e4a3861baa3a67bae794be50cdd4867727 100644
|
| --- a/chrome/common/net/gaia/gaia_constants.h
|
| +++ b/google_apis/gaia/gaia_constants.h
|
| @@ -4,8 +4,8 @@
|
| //
|
| // Constants used by IssueAuthToken and ClientLogin
|
|
|
| -#ifndef CHROME_COMMON_NET_GAIA_GAIA_CONSTANTS_H_
|
| -#define CHROME_COMMON_NET_GAIA_GAIA_CONSTANTS_H_
|
| +#ifndef GOOGLE_APIS_GAIA_GAIA_CONSTANTS_H_
|
| +#define GOOGLE_APIS_GAIA_GAIA_CONSTANTS_H_
|
|
|
| namespace GaiaConstants {
|
|
|
| @@ -50,4 +50,4 @@ extern const char kClientOAuthchallengeReplyKey[];
|
|
|
| } // namespace GaiaConstants
|
|
|
| -#endif // CHROME_COMMON_NET_GAIA_GAIA_CONSTANTS_H_
|
| +#endif // GOOGLE_APIS_GAIA_GAIA_CONSTANTS_H_
|
|
|