| Index: chrome/browser/sync/profile_sync_auth_provider_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_auth_provider_unittest.cc b/chrome/browser/sync/profile_sync_auth_provider_unittest.cc
|
| index 41d292105f259e8323292447329a5b997fb8b44b..a1d61f6219e094e8e8ae5f3d23389ec2775f0409 100644
|
| --- a/chrome/browser/sync/profile_sync_auth_provider_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_auth_provider_unittest.cc
|
| @@ -6,12 +6,12 @@
|
| #include "chrome/browser/signin/account_fetcher_service_factory.h"
|
| #include "chrome/browser/signin/chrome_signin_client_factory.h"
|
| #include "chrome/browser/signin/fake_account_fetcher_service.h"
|
| -#include "chrome/browser/signin/fake_profile_oauth2_token_service.h"
|
| #include "chrome/browser/signin/fake_profile_oauth2_token_service_builder.h"
|
| #include "chrome/browser/signin/profile_oauth2_token_service_factory.h"
|
| #include "chrome/browser/signin/test_signin_client_builder.h"
|
| #include "chrome/browser/sync/profile_sync_auth_provider.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| +#include "components/signin/core/browser/fake_profile_oauth2_token_service.h"
|
| #include "components/signin/core/browser/profile_oauth2_token_service.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "google_apis/gaia/gaia_constants.h"
|
|
|