| 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 bf012509ad5fb965ffff64cbb27d5d96595511f6..28aeb18966376551b7dcf205b155ce6c297121c4 100644
|
| --- a/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| +++ b/chrome/browser/sync/abstract_profile_sync_service_test.h
|
| @@ -13,7 +13,7 @@
|
| #include "base/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.h"
|
| +#include "content/public/test/test_browser_thread_bundle.h"
|
| #include "sync/internal_api/public/base/model_type.h"
|
| #include "sync/internal_api/public/change_record.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -52,11 +52,7 @@ class AbstractProfileSyncServiceTest : public testing::Test {
|
| content::BrowserContext* profile);
|
|
|
| protected:
|
| - base::MessageLoopForUI ui_loop_;
|
| - content::TestBrowserThread ui_thread_;
|
| - content::TestBrowserThread db_thread_;
|
| - content::TestBrowserThread file_thread_;
|
| - content::TestBrowserThread io_thread_;
|
| + content::TestBrowserThreadBundle thread_bundle_;
|
| TokenService* token_service_;
|
| TestProfileSyncService* sync_service_;
|
| };
|
|
|