| Index: google_apis/gaia/google_service_auth_error.h
|
| diff --git a/chrome/common/net/gaia/google_service_auth_error.h b/google_apis/gaia/google_service_auth_error.h
|
| similarity index 97%
|
| rename from chrome/common/net/gaia/google_service_auth_error.h
|
| rename to google_apis/gaia/google_service_auth_error.h
|
| index 88f386985e2b4ffb790c3fead20365755509e45e..ea434bda93343316fa6eed197c7841862dead6f0 100644
|
| --- a/chrome/common/net/gaia/google_service_auth_error.h
|
| +++ b/google_apis/gaia/google_service_auth_error.h
|
| @@ -19,8 +19,8 @@
|
| // may forward declare and typedef GoogleServiceAuthError to something shorter
|
| // in the comfort of your own translation unit.
|
|
|
| -#ifndef CHROME_COMMON_NET_GAIA_GOOGLE_SERVICE_AUTH_ERROR_H_
|
| -#define CHROME_COMMON_NET_GAIA_GOOGLE_SERVICE_AUTH_ERROR_H_
|
| +#ifndef GOOGLE_APIS_GAIA_GOOGLE_SERVICE_AUTH_ERROR_H_
|
| +#define GOOGLE_APIS_GAIA_GOOGLE_SERVICE_AUTH_ERROR_H_
|
|
|
| #include <string>
|
|
|
| @@ -206,4 +206,4 @@ class GoogleServiceAuthError {
|
| std::string error_message_;
|
| };
|
|
|
| -#endif // CHROME_COMMON_NET_GAIA_GOOGLE_SERVICE_AUTH_ERROR_H_
|
| +#endif // GOOGLE_APIS_GAIA_GOOGLE_SERVICE_AUTH_ERROR_H_
|
|
|