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 c3538a2fc6009696c94d0391c0b40115ec490e9d..1ccc81054487545b554b7a2d8ab346490d3b1012 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/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_; |
}; |