| Index: chrome/browser/sync/abstract_profile_sync_service_test.h
|
| diff --git a/chrome/browser/sync/abstract_profile_sync_service_test.h b/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| index 1ccc81054487545b554b7a2d8ab346490d3b1012..a08d63d82344171c583973da1f0e8335c06e1acc 100644
|
| --- a/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| +++ b/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| @@ -11,7 +11,6 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| -#include "chrome/browser/signin/token_service.h"
|
| #include "chrome/browser/sync/profile_sync_components_factory_mock.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "sync/internal_api/public/base/model_type.h"
|
| @@ -48,12 +47,8 @@ class AbstractProfileSyncServiceTest : public testing::Test {
|
|
|
| bool CreateRoot(syncer::ModelType model_type);
|
|
|
| - static BrowserContextKeyedService* BuildTokenService(
|
| - content::BrowserContext* profile);
|
| -
|
| protected:
|
| content::TestBrowserThreadBundle thread_bundle_;
|
| - TokenService* token_service_;
|
| TestProfileSyncService* sync_service_;
|
| };
|
|
|
|
|