| Index: google_apis/gaia/oauth2_revocation_fetcher.cc
|
| diff --git a/chrome/common/net/gaia/oauth2_revocation_fetcher.cc b/google_apis/gaia/oauth2_revocation_fetcher.cc
|
| similarity index 96%
|
| rename from chrome/common/net/gaia/oauth2_revocation_fetcher.cc
|
| rename to google_apis/gaia/oauth2_revocation_fetcher.cc
|
| index 63a4baf703e3501614947a5ffe2913bd662a83ce..2a4bae54a7cdb081d7a0f0322cdab694484c2511 100644
|
| --- a/chrome/common/net/gaia/oauth2_revocation_fetcher.cc
|
| +++ b/google_apis/gaia/oauth2_revocation_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/oauth2_revocation_fetcher.h"
|
| +#include "google_apis/gaia/oauth2_revocation_fetcher.h"
|
|
|
| #include <algorithm>
|
| #include <string>
|
| @@ -12,8 +12,8 @@
|
| #include "base/string_util.h"
|
| #include "base/stringprintf.h"
|
| #include "base/values.h"
|
| -#include "chrome/common/net/gaia/gaia_urls.h"
|
| -#include "chrome/common/net/gaia/google_service_auth_error.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"
|
|
|