Index: google_apis/gaia/oauth2_mint_token_flow.h |
diff --git a/chrome/common/net/gaia/oauth2_mint_token_flow.h b/google_apis/gaia/oauth2_mint_token_flow.h |
similarity index 95% |
rename from chrome/common/net/gaia/oauth2_mint_token_flow.h |
rename to google_apis/gaia/oauth2_mint_token_flow.h |
index 2fb64cee7706377c2c4678c2ce90b91ac7b53277..cdca9ec0eec5788cf27ccde2c4857ea45c8da8e4 100644 |
--- a/chrome/common/net/gaia/oauth2_mint_token_flow.h |
+++ b/google_apis/gaia/oauth2_mint_token_flow.h |
@@ -2,15 +2,15 @@ |
// 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_FLOW_H_ |
-#define CHROME_COMMON_NET_GAIA_OAUTH2_MINT_TOKEN_FLOW_H_ |
+#ifndef GOOGLE_APIS_GAIA_OAUTH2_MINT_TOKEN_FLOW_H_ |
+#define GOOGLE_APIS_GAIA_OAUTH2_MINT_TOKEN_FLOW_H_ |
#include <string> |
#include <vector> |
#include "base/memory/weak_ptr.h" |
#include "base/string16.h" |
-#include "chrome/common/net/gaia/oauth2_api_call_flow.h" |
+#include "google_apis/gaia/oauth2_api_call_flow.h" |
class GoogleServiceAuthError; |
class OAuth2MintTokenFlowTest; |
@@ -150,4 +150,4 @@ class OAuth2MintTokenFlow : public OAuth2ApiCallFlow { |
DISALLOW_COPY_AND_ASSIGN(OAuth2MintTokenFlow); |
}; |
-#endif // CHROME_COMMON_NET_GAIA_OAUTH2_MINT_TOKEN_FLOW_H_ |
+#endif // GOOGLE_APIS_GAIA_OAUTH2_MINT_TOKEN_FLOW_H_ |