| Index: google_apis/gaia/oauth2_access_token_fetcher.h
|
| diff --git a/chrome/common/net/gaia/oauth2_access_token_fetcher.h b/google_apis/gaia/oauth2_access_token_fetcher.h
|
| similarity index 93%
|
| rename from chrome/common/net/gaia/oauth2_access_token_fetcher.h
|
| rename to google_apis/gaia/oauth2_access_token_fetcher.h
|
| index 3242e62a1ca8004d20dc92a8add662a066284c99..24f4d858065825d0ef6493bd435cac84785b8a67 100644
|
| --- a/chrome/common/net/gaia/oauth2_access_token_fetcher.h
|
| +++ b/google_apis/gaia/oauth2_access_token_fetcher.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_ACCESS_TOKEN_FETCHER_H_
|
| -#define CHROME_COMMON_NET_GAIA_OAUTH2_ACCESS_TOKEN_FETCHER_H_
|
| +#ifndef GOOGLE_APIS_GAIA_OAUTH2_ACCESS_TOKEN_FETCHER_H_
|
| +#define GOOGLE_APIS_GAIA_OAUTH2_ACCESS_TOKEN_FETCHER_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "chrome/common/net/gaia/oauth2_access_token_consumer.h"
|
| +#include "google_apis/gaia/oauth2_access_token_consumer.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
|
|
| @@ -115,4 +115,4 @@ class OAuth2AccessTokenFetcher : public net::URLFetcherDelegate {
|
| DISALLOW_COPY_AND_ASSIGN(OAuth2AccessTokenFetcher);
|
| };
|
|
|
| -#endif // CHROME_COMMON_NET_GAIA_OAUTH2_ACCESS_TOKEN_FETCHER_H_
|
| +#endif // GOOGLE_APIS_GAIA_OAUTH2_ACCESS_TOKEN_FETCHER_H_
|
|
|