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 7b5b34fc61efc62519fd30522bdd5e10c8925d2e..002cb5345d9d6777f7ca097f192dc9bc8507d474 100644 |
--- a/chrome/browser/sync/abstract_profile_sync_service_test.h |
+++ b/chrome/browser/sync/abstract_profile_sync_service_test.h |
@@ -14,6 +14,7 @@ |
#include "chrome/browser/net/gaia/token_service.h" |
#include "chrome/browser/sync/profile_sync_factory_mock.h" |
#include "chrome/browser/sync/syncable/model_type.h" |
+#include "chrome/test/testing_browser_process_test.h" |
#include "content/browser/browser_thread.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -37,7 +38,7 @@ class ProfileSyncServiceTestHelper { |
browser_sync::TestIdFactory* ids); |
}; |
-class AbstractProfileSyncServiceTest : public testing::Test { |
+class AbstractProfileSyncServiceTest : public TestingBrowserProcessTest { |
public: |
AbstractProfileSyncServiceTest(); |
virtual ~AbstractProfileSyncServiceTest(); |