| Index: google_apis/gaia/gaia_auth_fetcher.h
|
| diff --git a/chrome/common/net/gaia/gaia_auth_fetcher.h b/google_apis/gaia/gaia_auth_fetcher.h
|
| similarity index 98%
|
| rename from chrome/common/net/gaia/gaia_auth_fetcher.h
|
| rename to google_apis/gaia/gaia_auth_fetcher.h
|
| index 718d8286b7af53c31d2b6889c492c894b437b175..2aea05bc425168cf68b761967775d9b8db50279a 100644
|
| --- a/chrome/common/net/gaia/gaia_auth_fetcher.h
|
| +++ b/google_apis/gaia/gaia_auth_fetcher.h
|
| @@ -2,16 +2,16 @@
|
| // 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_GAIA_AUTH_FETCHER_H_
|
| -#define CHROME_COMMON_NET_GAIA_GAIA_AUTH_FETCHER_H_
|
| +#ifndef GOOGLE_APIS_GAIA_GAIA_AUTH_FETCHER_H_
|
| +#define GOOGLE_APIS_GAIA_GAIA_AUTH_FETCHER_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
| -#include "chrome/common/net/gaia/google_service_auth_error.h"
|
| +#include "google_apis/gaia/gaia_auth_consumer.h"
|
| +#include "google_apis/gaia/google_service_auth_error.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
|
|
| @@ -403,4 +403,4 @@ class GaiaAuthFetcher : public net::URLFetcherDelegate {
|
| DISALLOW_COPY_AND_ASSIGN(GaiaAuthFetcher);
|
| };
|
|
|
| -#endif // CHROME_COMMON_NET_GAIA_GAIA_AUTH_FETCHER_H_
|
| +#endif // GOOGLE_APIS_GAIA_GAIA_AUTH_FETCHER_H_
|
|
|