| Index: google_apis/gaia/gaia_auth_fetcher.cc
|
| diff --git a/chrome/common/net/gaia/gaia_auth_fetcher.cc b/google_apis/gaia/gaia_auth_fetcher.cc
|
| similarity index 99%
|
| rename from chrome/common/net/gaia/gaia_auth_fetcher.cc
|
| rename to google_apis/gaia/gaia_auth_fetcher.cc
|
| index 7caa9256a41736f73bb1c4d1a259ea191d18b7c7..803ad6f936a9384a887e9f6abf1110fde34c6215 100644
|
| --- a/chrome/common/net/gaia/gaia_auth_fetcher.cc
|
| +++ b/google_apis/gaia/gaia_auth_fetcher.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/common/net/gaia/gaia_auth_fetcher.h"
|
| +#include "google_apis/gaia/gaia_auth_fetcher.h"
|
|
|
| #include <algorithm>
|
| #include <string>
|
| @@ -15,10 +15,10 @@
|
| #include "base/string_util.h"
|
| #include "base/stringprintf.h"
|
| #include "base/values.h"
|
| -#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
| -#include "chrome/common/net/gaia/gaia_constants.h"
|
| -#include "chrome/common/net/gaia/gaia_urls.h"
|
| -#include "chrome/common/net/gaia/google_service_auth_error.h"
|
| +#include "google_apis/gaia/gaia_auth_consumer.h"
|
| +#include "google_apis/gaia/gaia_constants.h"
|
| +#include "google_apis/gaia/gaia_urls.h"
|
| +#include "google_apis/gaia/google_service_auth_error.h"
|
| #include "net/base/escape.h"
|
| #include "net/base/load_flags.h"
|
| #include "net/http/http_status_code.h"
|
|
|