| Index: chrome/browser/signin/token_service.h
|
| diff --git a/chrome/browser/signin/token_service.h b/chrome/browser/signin/token_service.h
|
| index 084b753d86aa7ea8be355318966c5055c41e7ca1..d7a2175ada205d18ad9d1ffbee96447f21a4d55f 100644
|
| --- a/chrome/browser/signin/token_service.h
|
| +++ b/chrome/browser/signin/token_service.h
|
| @@ -52,11 +52,11 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/profiles/profile_keyed_service.h"
|
| #include "chrome/browser/webdata/web_data_service.h"
|
| -#include "chrome/common/net/gaia/gaia_auth_consumer.h"
|
| -#include "chrome/common/net/gaia/gaia_auth_fetcher.h"
|
| -#include "chrome/common/net/gaia/google_service_auth_error.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| +#include "google_apis/gaia/gaia_auth_consumer.h"
|
| +#include "google_apis/gaia/gaia_auth_fetcher.h"
|
| +#include "google_apis/gaia/google_service_auth_error.h"
|
|
|
| class Profile;
|
| class TokenServiceTest;
|
|
|